Merge pull request #1172 from ucb-bar/firesim-no-mem

firesim: Add a config with no mem port
This commit is contained in:
Sagar Karandikar
2022-06-15 11:55:07 -07:00
committed by GitHub

View File

@@ -252,3 +252,9 @@ class FireSim16LargeBoomConfig extends Config(
new boom.common.WithNLargeBooms(16) ++
new chipyard.config.AbstractConfig)
class FireSimNoMemPortConfig extends Config(
new WithDefaultFireSimBridges ++
new freechips.rocketchip.subsystem.WithNoMemPort ++
new testchipip.WithBackingScratchpad ++
new WithFireSimConfigTweaks ++
new chipyard.RocketConfig)