1
0

split into two caches, compiles

This commit is contained in:
Henry Cook
2012-01-18 15:07:36 -08:00
parent 29ed8eb31a
commit 8623d58724
2 changed files with 437 additions and 52 deletions

View File

@ -188,6 +188,7 @@ object Constants
val NSDQ = 17; // number of secondary stores/AMOs
val LG_REFILL_WIDTH = 4; // log2(cache bus width in bytes)
val IDX_BITS = PGIDX_BITS - OFFSET_BITS;
val NWAYS = 1;
// external memory interface
val IMEM_TAG_BITS = 1;