diff --git a/generators/chipyard/src/main/scala/DigitalTop.scala b/generators/chipyard/src/main/scala/DigitalTop.scala index d00a26ce..5d7695cd 100644 --- a/generators/chipyard/src/main/scala/DigitalTop.scala +++ b/generators/chipyard/src/main/scala/DigitalTop.scala @@ -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