Skip to content

Commit

Permalink
Disable using harness binders
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Jul 9, 2024
1 parent a7ce8a3 commit 302d607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/firechip/src/main/scala/TargetConfigs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ class FireSimSmallSystemConfig extends Config(
new chipyard.RocketConfig)

class FireSimDmiRocketConfig extends Config(
new chipyard.harness.WithSerialTLTiedOff ++ // (must be at top) tieoff any bridges that connect to serialTL so only DMI port is connected
new WithDefaultFireSimBridges ++
new WithDefaultMemModel ++
new WithFireSimConfigTweaks ++
new testchipip.serdes.WithNoSerialTL ++ // disable serial TL so that only DMI port is connected
new chipyard.dmiRocketConfig)

//*****************************************************************
Expand Down

0 comments on commit 302d607

Please sign in to comment.