diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-11-10 01:36:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-11-10 01:36:37 -0600 |
| commit | 0f89db514bd174def590645c30a7bd358ea6be93 (patch) | |
| tree | a9c39a599ac5adf66d1a15478360b5958e5b6296 /rtl/core/arm810.sv | |
| parent | bf82f69cbf7fa0900263236057174c421a28045c (diff) | |
Fix flush-stall relationship in porch
Diffstat (limited to 'rtl/core/arm810.sv')
| -rw-r--r-- | rtl/core/arm810.sv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/core/arm810.sv b/rtl/core/arm810.sv index ead6f94..083163d 100644 --- a/rtl/core/arm810.sv +++ b/rtl/core/arm810.sv @@ -14,7 +14,7 @@ module arm810 output word bus_data_wr ); - ptr fetch_insn_pc, insn_addr; + ptr fetch_insn_pc, fetch_head, insn_addr; word fetch_insn; logic stall, flush, prefetch_flush, insn_start; |
