summaryrefslogtreecommitdiff
path: root/rtl/core/arm810.sv
diff options
context:
space:
mode:
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;