unleashed: build quad-core instead

Because there are boot loaders out there that disable core 0, let's
make sure the open source design has >1 core to prevent these images
from hanging. We should also change freedom-u-sdk to check using DTS
to determine which cores to disable to properly fix this problem.
This commit is contained in:
Wesley W. Terpstra 2017-11-02 15:32:31 -07:00
parent 9f0877fc85
commit 4297b22472
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import sifive.fpgashells.devices.xilinx.xilinxvc707mig.{MemoryXilinxDDRKey,Xilin
class FreedomUVC707Config extends Config(
new WithJtagDTM ++
new WithNMemoryChannels(1) ++
new WithNBigCores(1) ++
new WithNBigCores(4) ++
new BaseConfig
)