Fix no-mbus example design

This commit is contained in:
Jerry Zhao
2020-10-01 10:20:10 -07:00
parent 489ae695fc
commit 164617e2d6

View File

@@ -117,6 +117,7 @@ class LoopbackNICRocketConfig extends Config(
// DOC include start: l1scratchpadrocket
class ScratchpadOnlyRocketConfig extends Config(
new testchipip.WithSerialPBusMem ++
new freechips.rocketchip.subsystem.WithNMemoryChannels(0) ++ // remove offchip mem port
new freechips.rocketchip.subsystem.WithNBanks(0) ++
new freechips.rocketchip.subsystem.WithNoMemPort ++