Increase default SerialTL width to 32 (#1040)

This commit is contained in:
Jerry Zhao
2021-11-12 12:23:48 -08:00
committed by GitHub
parent 6a6fbe1a8d
commit f8d83dddf5
2 changed files with 3 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ class WithNVDLASmall extends nvidia.blocks.dla.WithNVDLA("small")
// Non-frequency tweaks that are generally applied to all firesim configs
class WithFireSimDesignTweaks extends Config(
// Optional: reduce the width of the Serial TL interface
new testchipip.WithSerialTLWidth(4) ++
// Required: Bake in the default FASED memory model
new WithDefaultMemModel ++
// Required*: Uses FireSim ClockBridge and PeekPokeBridge to drive the system with a single clock/reset