Skip to content

Commit

Permalink
firesim: Add a config with no mem port
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbiancolin committed Jun 9, 2022
1 parent d4f6754 commit 26dc18e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generators/firechip/src/main/scala/TargetConfigs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,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)

0 comments on commit 26dc18e

Please sign in to comment.