point to correct bootrom for firesim

This commit is contained in:
Richard Yan
2024-07-20 23:56:41 -07:00
parent 39e35be242
commit 8e5e717d76

View File

@@ -1,6 +1,7 @@
package firesim.firesim
import java.io.File
import chipyard.WithRadBootROM
import chisel3._
import chisel3.util.{log2Up}
@@ -365,6 +366,7 @@ class FireSimRadianceClusterSynConfig extends Config(
new chipyard.harness.WithHarnessBinderClockFreqMHz(500.0) ++
new WithDefaultFireSimBridges ++
new WithDefaultMemModel ++
new WithRadBootROM ++
new WithFireSimConfigTweaks ++
new chipyard.RadianceClusterSynConfig)