mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
writeback cache fixes
This commit is contained in:
parent
22b0525c51
commit
edf960d9ed
1 changed files with 2 additions and 1 deletions
3
hw/rtl/cache/VX_cache_bank.sv
vendored
3
hw/rtl/cache/VX_cache_bank.sv
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue