Support cache->cpu nacks one cycle after request
This commit is contained in:
@ -186,7 +186,8 @@ object Constants
|
||||
|
||||
// rocketNBDCacheDM parameters
|
||||
val CPU_DATA_BITS = 64;
|
||||
val CPU_TAG_BITS = 5;
|
||||
val CPU_TAG_BITS = 11;
|
||||
val DCACHE_TAG_BITS = 1 + CPU_TAG_BITS;
|
||||
val OFFSET_BITS = 6; // log2(cache line size in bytes)
|
||||
val NMSHR = 2; // number of primary misses
|
||||
val NRPQ = 16; // number of secondary misses
|
||||
|
Reference in New Issue
Block a user