Skip to content

Commit 152ea5d

Browse files
committed
Remove cake pattern from NVDLA
1 parent 4ac3b94 commit 152ea5d

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
@@ -38,7 +38,6 @@ class DigitalTop(implicit p: Parameters) extends ChipyardSystem
3838
with chipyard.example.CanHavePeripheryGCD // Enables optionally adding the GCD example widget
3939
with chipyard.example.CanHavePeripheryStreamingFIR // Enables optionally adding the DSPTools FIR example widget
4040
with chipyard.example.CanHavePeripheryStreamingPassthrough // Enables optionally adding the DSPTools streaming-passthrough example widget
41-
with nvidia.blocks.dla.CanHavePeripheryNVDLA // Enables optionally having an NVDLA
4241
with chipyard.clocking.HasChipyardPRCI // Use Chipyard reset/clock distribution
4342
with chipyard.clocking.CanHaveClockTap // Enables optionally adding a clock tap output port
4443
with constellation.soc.CanHaveGlobalNoC // Support instantiating a global NoC interconnect

0 commit comments

Comments
 (0)