From 028ab74e28a08982d0ef5fea9cdf0225c7daeac3 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 10 Nov 2022 18:00:43 -0600 Subject: Fix fetch discard glitches on flush --- rtl/core/mmu/mmu.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/core/mmu') diff --git a/rtl/core/mmu/mmu.sv b/rtl/core/mmu/mmu.sv index cfb223f..51d7f32 100644 --- a/rtl/core/mmu/mmu.sv +++ b/rtl/core/mmu/mmu.sv @@ -28,9 +28,9 @@ module core_mmu DATA } master, next_master; - logic active, hold_start, hold_write, hold_issue, hold_free, transition; ptr hold_addr; word hold_data_wr; + logic active, hold_start, hold_write, hold_issue, hold_free, transition; //TODO assign insn_data_rd = bus_data_rd; -- cgit v1.2.3