config update

This commit is contained in:
Blaise Tine
2020-11-21 12:27:42 -08:00
parent 1795980a52
commit 7ae770f4eb
3 changed files with 40 additions and 37 deletions

View File

@@ -101,6 +101,8 @@ module VX_cache #(
output wire [NUM_BANKS-1:0] miss_vec
);
`STATIC_ASSERT(NUM_BANKS <= NUM_REQUESTS, ("invalid value"))
wire [NUM_BANKS-1:0][NUM_REQUESTS-1:0] per_bank_valid;
wire [NUM_BANKS-1:0] per_bank_core_req_ready;