ADD: set scratchpad as default config

This commit is contained in:
-T.K.-
2023-12-29 19:21:10 -08:00
parent 8e4c9723de
commit 07a7f30b3b
2 changed files with 1 additions and 1 deletions

View File

@@ -46,7 +46,6 @@ class WithArty100TTweaks(freqMHz: Double = 50) extends Config(
class RocketArty100TConfig extends Config(
new WithArty100TTweaks ++
new testchipip.soc.WithMbusScratchpad(base = 0x08000000, size = 128 * 1024) ++ // add on-chip scratchpad for small programs
new chipyard.config.WithBroadcastManager ++ // no l2
new chipyard.RocketConfig)