Smp config now initialise regfile using logic
This commit is contained in:
parent
cc423cbe49
commit
69d5ba239a
|
@ -202,8 +202,8 @@ object VexRiscvSmpClusterGen {
|
||||||
),
|
),
|
||||||
new RegFilePlugin(
|
new RegFilePlugin(
|
||||||
regFileReadyKind = plugin.ASYNC,
|
regFileReadyKind = plugin.ASYNC,
|
||||||
zeroBoot = true,
|
zeroBoot = false,
|
||||||
x0Init = false
|
x0Init = true
|
||||||
),
|
),
|
||||||
new IntAluPlugin,
|
new IntAluPlugin,
|
||||||
new SrcPlugin(
|
new SrcPlugin(
|
||||||
|
|
Loading…
Reference in New Issue