[firechip] Fix a broken config

This commit is contained in:
David Biancolin
2020-10-14 15:33:32 -07:00
parent 6aefb73ab5
commit 9c8d2948af

View File

@@ -131,7 +131,7 @@ class FireSimSmallSystemConfig extends Config(
new WithDefaultFireSimBridges ++
new WithDefaultMemModel ++
new WithBootROM ++
new chipyard.WithPeripheryBusFrequency(3200.0) ++
new chipyard.config.WithPeripheryBusFrequency(3200.0) ++
new WithoutClockGating ++
new WithoutTLMonitors ++
new freechips.rocketchip.subsystem.WithExtMemSize(1 << 28) ++