Skip to content

Commit 26d25b8

Browse files
committed
Remove cake-pattern from radiance memtracecore
1 parent ceb220e commit 26d25b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

generators/chipyard/src/main/scala/DigitalTop.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class DigitalTop(implicit p: Parameters) extends ChipyardSystem
3030
with sifive.blocks.devices.gpio.HasPeripheryGPIO // Enables optionally adding the sifive GPIOs
3131
with sifive.blocks.devices.spi.HasPeripherySPIFlash // Enables optionally adding the sifive SPI flash controller
3232
with sifive.blocks.devices.spi.HasPeripherySPI // Enables optionally adding the sifive SPI port
33-
with radiance.memory.CanHaveMemtraceCore // Enables memtrace core
3433
with icenet.CanHavePeripheryIceNIC // Enables optionally adding the IceNIC for FireSim
3534
with chipyard.example.CanHavePeripheryInitZero // Enables optionally adding the initzero example widget
3635
with chipyard.example.CanHavePeripheryGCD // Enables optionally adding the GCD example widget

0 commit comments

Comments
 (0)