minor update

This commit is contained in:
Blaise Tine
2023-11-16 12:00:37 -08:00
parent 547d916ae2
commit d65cc61df5
6 changed files with 8 additions and 198 deletions

View File

@@ -93,7 +93,7 @@ module VX_cache_data #(
assign wren = fill;
end
wire [`CLOG2(NUM_WAYS)-1:0] way_idx;
wire [`LOG2UP(NUM_WAYS)-1:0] way_idx;
VX_onehot_encoder #(
.N (NUM_WAYS)