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