diff --git a/lib/CPUs/MIPS/src/core/dcache.vhd b/lib/CPUs/MIPS/src/core/dcache.vhd index 5b4aa52..a4f06e4 100644 --- a/lib/CPUs/MIPS/src/core/dcache.vhd +++ b/lib/CPUs/MIPS/src/core/dcache.vhd @@ -394,7 +394,6 @@ cache_state: if cache_req = '1' then if cache_hit = '0' and cpu_we_reg = '0' then sn <= mem_request; - cache_busy <= '1'; CYC_O <= '1'; else cache_busy <= instant_raw;