firesim: Add a config with no mem port
This commit is contained in:
@@ -247,3 +247,9 @@ class FireSim16LargeBoomConfig extends Config(
|
|||||||
new boom.common.WithNLargeBooms(16) ++
|
new boom.common.WithNLargeBooms(16) ++
|
||||||
new chipyard.config.AbstractConfig)
|
new chipyard.config.AbstractConfig)
|
||||||
|
|
||||||
|
class FireSimNoMemPortConfig extends Config(
|
||||||
|
new WithDefaultFireSimBridges ++
|
||||||
|
new freechips.rocketchip.subsystem.WithNoMemPort ++
|
||||||
|
new testchipip.WithBackingScratchpad ++
|
||||||
|
new WithFireSimConfigTweaks ++
|
||||||
|
new chipyard.RocketConfig)
|
||||||
|
|||||||
Reference in New Issue
Block a user