We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf2f74 commit b754686Copy full SHA for b754686
src/main/scala/coupledL2/CoupledL2.scala
@@ -91,12 +91,12 @@ trait HasCoupledL2Parameters {
91
def eccTagBankBits = encTagBankBits - tagBankBits
92
def enableDataECC = cacheParams.enableDataECC
93
def dataBankSplit = 4
94
- def dataSRAMSplit = 8
+ def dataSRAMSplit = 4
95
def wordBits = 64
96
def bankWords = blockBits / wordBits / dataBankSplit
97
def dataBankBits = wordBits * bankWords
98
def encBankBits = cacheParams.dataCode.width(dataBankBits)
99
- def encDataPadBits = 4 // recaculate if any split changes
+ def encDataPadBits = 0 // recaculate if any split changes
100
101
// Prefetch
102
def prefetchers = cacheParams.prefetch
0 commit comments