mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
revert to 4 cpu
This commit is contained in:
parent
4a49e6d91f
commit
af128ec9eb
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ object VexRiscvSmpClusterOpenSbi extends App{
|
|||
simConfig.allOptimisation
|
||||
simConfig.addSimulatorFlag("--threads 1")
|
||||
|
||||
val cpuCount = 16
|
||||
val cpuCount = 4
|
||||
val withStall = false
|
||||
|
||||
simConfig.compile(VexRiscvSmpClusterGen.vexRiscvCluster(cpuCount)).doSimUntilVoid(seed = 42){dut =>
|
||||
|
|
Loading…
Reference in a new issue