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:
		| @@ -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 | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user