More doc comments

This commit is contained in:
Hansung Kim
2023-09-10 14:45:23 -07:00
parent 9efdd2ebb7
commit c90fe56588
5 changed files with 15 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
///////////////////////////////////////////////////////////////////////////////
// NOTE(hansung): what does CORE_TAG_ID_BITS == 0 mean?
`define CORE_RSP_TAGS ((CORE_TAG_ID_BITS != 0) ? 1 : NUM_REQS)
`define LINE_TO_MEM_ADDR(x, i) {x, `BANK_SELECT_BITS'(i)}