minor update

This commit is contained in:
Blaise Tine
2021-07-22 14:11:59 -07:00
parent 0319283ea7
commit 1f94a1e673
2 changed files with 6 additions and 7 deletions

View File

@@ -9,8 +9,8 @@
`define REQS_BITS `LOG2UP(NUM_REQS)
// tag valid byteen tid word_sel
`define MSHR_DATA_WIDTH (CORE_TAG_WIDTH + (1 + WORD_SIZE + `REQS_BITS + `UP(`WORD_SELECT_BITS)) * NUM_PORTS)
// tag valid tid word_sel
`define MSHR_DATA_WIDTH (CORE_TAG_WIDTH + (1 + `REQS_BITS + `UP(`WORD_SELECT_BITS)) * NUM_PORTS)
`define WORD_WIDTH (8 * WORD_SIZE)