From 0f89db514bd174def590645c30a7bd358ea6be93 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 10 Nov 2022 01:36:37 -0600 Subject: Fix flush-stall relationship in porch --- rtl/core/arm810.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/arm810.sv') 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; -- cgit v1.2.3