Uses use_wb_valid instead of wb_req to include snoops

This commit is contained in:
felsabbagh3
2020-03-29 17:59:10 -07:00
parent 71aae3e0a9
commit d31116d584

View File

@@ -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;