Uses use_wb_valid instead of wb_req to include snoops
This commit is contained in:
@@ -103,7 +103,7 @@ module VX_cache_dram_req_arb
|
|||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
assign per_bank_dram_wb_queue_pop = dram_req_delay ? 0 : per_bank_dram_wb_req & ((1 << dwb_bank));
|
assign per_bank_dram_wb_queue_pop = dram_req_delay ? 0 : use_wb_valid & ((1 << dwb_bank));
|
||||||
|
|
||||||
|
|
||||||
assign dram_req = dwb_valid || dfqq_req;
|
assign dram_req = dwb_valid || dfqq_req;
|
||||||
|
|||||||
Reference in New Issue
Block a user