shared memory optimization

This commit is contained in:
Blaise Tine
2021-09-06 23:46:36 -07:00
parent d42baf34ff
commit 105a24d65e
3 changed files with 84 additions and 120 deletions

View File

@@ -59,8 +59,6 @@
`define CORE_RSP_TAGS ((CORE_TAG_ID_BITS != 0) ? 1 : NUM_REQS)
`define BANK_READY_COUNT ((SHARED_BANK_READY != 0) ? 1 : NUM_BANKS)
`define LINE_TO_MEM_ADDR(x, i) {x, `BANK_SELECT_BITS'(i)}
`define MEM_TAG_TO_REQ_ID(x) x[MSHR_ADDR_WIDTH-1:0]