update SMP line size to 64 bytes
This commit is contained in:
parent
09ac23b78f
commit
f0745eb0d9
|
@ -178,7 +178,7 @@ object VexRiscvSmpClusterGen {
|
||||||
relaxedMemoryTranslationRegister = true,
|
relaxedMemoryTranslationRegister = true,
|
||||||
config = new DataCacheConfig(
|
config = new DataCacheConfig(
|
||||||
cacheSize = 4096*1,
|
cacheSize = 4096*1,
|
||||||
bytePerLine = 32,
|
bytePerLine = 64,
|
||||||
wayCount = 1,
|
wayCount = 1,
|
||||||
addressWidth = 32,
|
addressWidth = 32,
|
||||||
cpuDataWidth = 32,
|
cpuDataWidth = 32,
|
||||||
|
|
Loading…
Reference in New Issue