Update FireChip reference to boom configs

This commit is contained in:
Jerry Zhao
2019-08-26 15:56:51 -07:00
parent 19282fd438
commit 832d558517
2 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ class RocketConfig extends Config(
new WithBootROM ++ // use default bootrom
new freechips.rocketchip.subsystem.WithInclusiveCache ++ // use Sifive L2 cache
new freechips.rocketchip.subsystem.WithNBigCores(1) ++ // single rocket-core
new freechips.rocketchip.system.BaseConfig) // "base" rocketchip system (implicitly creates Rocket cores)
new freechips.rocketchip.system.BaseConfig) // "base" rocketchip system
class HwachaRocketConfig extends Config(
new WithTop ++