Skip to content

Commit ceb220e

Browse files
committed
Remove cake-pattern from testchipip
1 parent 152ea5d commit ceb220e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ class DigitalTop(implicit p: Parameters) extends ChipyardSystem
1717
with tacit.CanHaveTraceSinkDMA
1818
with testchipip.tsi.CanHavePeripheryUARTTSI // Enables optional UART-based TSI transport
1919
with testchipip.boot.CanHavePeripheryCustomBootPin // Enables optional custom boot pin
20-
with testchipip.boot.CanHavePeripheryBootAddrReg // Use programmable boot address register
2120
with testchipip.cosim.CanHaveTraceIO // Enables optionally adding trace IO
2221
with testchipip.soc.CanHaveSwitchableOffchipBus // Enables optional off-chip-bus with interface-switch
23-
with testchipip.soc.CanHaveBankedScratchpad // Enables optionally adding a banked scratchpad
2422
with testchipip.iceblk.CanHavePeripheryBlockDevice // Enables optionally adding the block device
2523
with testchipip.serdes.CanHavePeripheryTLSerial // Enables optionally adding the tl-serial interface
2624
with testchipip.serdes.old.CanHavePeripheryTLSerial // Enables optionally adding the DEPRECATED tl-serial interface

0 commit comments

Comments
 (0)