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:
parent
7449f52b9a
commit
48f3a7e590
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user