Remove MBus spad from configs that do not support it

This commit is contained in:
Jerry Zhao
2023-12-30 06:29:05 -08:00
parent 07a7f30b3b
commit 0fa09da5c1
7 changed files with 17 additions and 6 deletions

View File

@@ -30,7 +30,8 @@ class WithArtyTweaks extends Config(
new chipyard.config.WithFrontBusFrequency(32) ++
new chipyard.config.WithControlBusFrequency(32) ++
new chipyard.config.WithPeripheryBusFrequency(32) ++
new testchipip.serdes.WithNoSerialTL
new testchipip.serdes.WithNoSerialTL ++
new testchipip.soc.WithNoScratchpads
)
class TinyRocketArtyConfig extends Config(