minor update

This commit is contained in:
Blaise Tine
2021-02-04 15:28:04 -08:00
parent 778453e43f
commit 111cc29482
4 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
`define REQ_INST_META_WIDTH (CORE_TAG_WIDTH + WORD_SIZE + `REQS_BITS)
// metadata word_sel
`define MSHR_DATA_WIDTH (`REQ_INST_META_WIDTH + `WORD_SELECT_BITS)
`define MSHR_DATA_WIDTH (`REQ_INST_META_WIDTH + `UP(`WORD_SELECT_BITS))
`define WORD_WIDTH (8 * WORD_SIZE)