Remove whitespaces
This commit is contained in:
@@ -27,12 +27,8 @@ class DigitalTop(implicit p: Parameters) extends ChipyardSystem
|
||||
with sifive.blocks.devices.gpio.HasPeripheryGPIO // Enables optionally adding the sifive GPIOs
|
||||
with sifive.blocks.devices.spi.HasPeripherySPIFlash // Enables optionally adding the sifive SPI flash controller
|
||||
with sifive.blocks.devices.spi.HasPeripherySPI // Enables optionally adding the sifive SPI port
|
||||
|
||||
|
||||
with radiance.memory.CanHaveMemtraceCore // Enable memtrace core
|
||||
with radiance.memory.CanHaveRadianceROMs // Enable argument ROMs
|
||||
|
||||
|
||||
with radiance.memory.CanHaveMemtraceCore // Enables memtrace core
|
||||
with radiance.memory.CanHaveRadianceROMs // Enables radiance argument ROMs
|
||||
with icenet.CanHavePeripheryIceNIC // Enables optionally adding the IceNIC for FireSim
|
||||
with chipyard.example.CanHavePeripheryInitZero // Enables optionally adding the initzero example widget
|
||||
with chipyard.example.CanHavePeripheryGCD // Enables optionally adding the GCD example widget
|
||||
|
||||
Reference in New Issue
Block a user