Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed May 16, 2023
1 parent b9cda8f commit d69a64c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/rtl/cache/VX_core_req_bank_sel.sv
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module VX_core_req_bank_sel #(

always @(*) begin
per_bank_line_addr_r = 'x;
per_bank_rw_r = 'x;
for (integer i = NUM_REQS-1; i >= 0; --i) begin
if (core_req_valid[i]) begin
per_bank_line_addr_r[core_req_bid[i]] = core_req_line_addr[i];
Expand Down

0 comments on commit d69a64c

Please sign in to comment.