Merge pull request #315 from ucb-bar/hwacha-boom

add large boom hwacha config
This commit is contained in:
Abraham Gonzalez
2019-10-18 19:22:30 -04:00
committed by GitHub

View File

@@ -57,3 +57,14 @@ class SmallRV32BoomConfig extends Config(
new boom.common.WithSmallBooms ++
new boom.common.WithNBoomCores(1) ++
new freechips.rocketchip.system.BaseConfig)
class HwachaLargeBoomConfig extends Config(
new WithTop ++
new WithBootROM ++
new freechips.rocketchip.subsystem.WithInclusiveCache ++
new hwacha.DefaultHwachaConfig ++ // use Hwacha vector accelerator
new boom.common.WithLargeBooms ++ // 3-wide BOOM
new boom.common.WithNBoomCores(1) ++
new freechips.rocketchip.system.BaseConfig)