rtl gpr multicore fix
This commit is contained in:
2
hw/rtl/cache/VX_cache_dram_req_arb.v
vendored
2
hw/rtl/cache/VX_cache_dram_req_arb.v
vendored
@@ -113,7 +113,7 @@ module VX_cache_dram_req_arb #(
|
||||
.dfqq_full (dfqq_full)
|
||||
);
|
||||
|
||||
wire [`LOG2UP(NUM_BANKS)-1:0] dwb_bank;
|
||||
wire [`BANK_BITS-1:0] dwb_bank;
|
||||
|
||||
wire [NUM_BANKS-1:0] use_wb_valid = per_bank_dram_wb_req_valid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user