update SMP line size to 64 bytes

This commit is contained in:
Dolu1990 2020-05-02 23:44:27 +02:00
parent 09ac23b78f
commit f0745eb0d9
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ object VexRiscvSmpClusterGen {
relaxedMemoryTranslationRegister = true,
config = new DataCacheConfig(
cacheSize = 4096*1,
bytePerLine = 32,
bytePerLine = 64,
wayCount = 1,
addressWidth = 32,
cpuDataWidth = 32,