writeback cache fixes

This commit is contained in:
Blaise Tine 2024-07-30 00:58:31 -07:00
parent 22b0525c51
commit edf960d9ed

View file

@ -215,11 +215,12 @@ module VX_cache_bank #(
&& ~pipe_stall;
assign mem_rsp_ready = fill_grant
&& (!WRITEBACK || ~mreq_queue_alm_full) // needed for evictions
&& ~rdw_hazard2_sel
&& ~pipe_stall;
assign line_flush_ready = flush_grant
&& ~mreq_queue_alm_full
&& (!WRITEBACK || ~mreq_queue_alm_full) // needed for evictions
&& ~rdw_hazard2_sel
&& ~pipe_stall;