Smp config now initialise regfile using logic

This commit is contained in:
Dolu1990 2020-07-28 16:15:17 +02:00
parent cc423cbe49
commit 69d5ba239a
1 changed files with 3 additions and 3 deletions

View File

@ -202,8 +202,8 @@ object VexRiscvSmpClusterGen {
),
new RegFilePlugin(
regFileReadyKind = plugin.ASYNC,
zeroBoot = true,
x0Init = false
zeroBoot = false,
x0Init = true
),
new IntAluPlugin,
new SrcPlugin(
@ -630,4 +630,4 @@ object VexRiscvSmpClusterGen {
// }
// }
// }
//}
//}