summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-11-10 01:36:37 -0600
committerAlejandro Soto <alejandro@34project.org>2022-11-10 01:36:37 -0600
commit0f89db514bd174def590645c30a7bd358ea6be93 (patch)
treea9c39a599ac5adf66d1a15478360b5958e5b6296 /rtl/core/arm810.sv
parentbf82f69cbf7fa0900263236057174c421a28045c (diff)
Fix flush-stall relationship in porch
Diffstat (limited to 'rtl/core/arm810.sv')
-rw-r--r--rtl/core/arm810.sv2
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;