Reduce rocket to a single core

More than one core does not fit on the ml507 and is more than enough for
booting linux and executing basic utilities.
This commit is contained in:
Klemens Schölhorn 2018-04-18 00:28:01 +02:00
parent 7449f52b9a
commit 48f3a7e590
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import sifive.freedom.unleashed.u500ml507devkit.fpga._
class FreedomUML507Config extends Config(
new WithJtagDTM ++
new WithNMemoryChannels(1) ++
new WithNBigCores(4) ++
new WithNBigCores(1) ++
new BaseConfig
)