conflict resolution
This commit is contained in:
@@ -77,7 +77,7 @@ class WithFireSimDesignTweaks extends Config(
|
|||||||
new freechips.rocketchip.subsystem.WithExtMemSize((1 << 30) * 16L) ++
|
new freechips.rocketchip.subsystem.WithExtMemSize((1 << 30) * 16L) ++
|
||||||
// Optional: Removing this will require using an initramfs under linux
|
// Optional: Removing this will require using an initramfs under linux
|
||||||
new testchipip.WithBlockDevice ++
|
new testchipip.WithBlockDevice ++
|
||||||
// Optional: Set a UART baudrate (this selection matches FireSim's historical value)
|
// Required*: Scale default baud rate with periphery bus frequency
|
||||||
new chipyard.config.WithUART(BigInt(3686400L)) ++
|
new chipyard.config.WithUART(BigInt(3686400L)) ++
|
||||||
// Required: Do not support debug module w. JTAG until FIRRTL stops emitting @(posedge ~clock)
|
// Required: Do not support debug module w. JTAG until FIRRTL stops emitting @(posedge ~clock)
|
||||||
new chipyard.config.WithNoDebug
|
new chipyard.config.WithNoDebug
|
||||||
|
|||||||
Reference in New Issue
Block a user