From d7747d9e030f965bd358bca5badb849f656147a8 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 15 Oct 2022 23:33:34 -0600 Subject: Fix flags and writeback hazards --- 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 8d3b909..bf37cb0 100644 --- a/rtl/core/mmu/mmu.sv +++ b/rtl/core/mmu/mmu.sv @@ -80,7 +80,7 @@ module core_mmu end end - always @(posedge clk) begin + always_ff @(posedge clk) begin master <= next_master; active <= bus_start || (active && !bus_ready); -- cgit v1.2.3