mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
update SMP line size to 64 bytes
This commit is contained in:
parent
09ac23b78f
commit
f0745eb0d9
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ object VexRiscvSmpClusterGen {
|
|||
relaxedMemoryTranslationRegister = true,
|
||||
config = new DataCacheConfig(
|
||||
cacheSize = 4096*1,
|
||||
bytePerLine = 32,
|
||||
bytePerLine = 64,
|
||||
wayCount = 1,
|
||||
addressWidth = 32,
|
||||
cpuDataWidth = 32,
|
||||
|
|
Loading…
Reference in a new issue