add large boom hwacha config

This commit is contained in:
abejgonzalez
2019-10-18 16:18:16 -07:00
parent 0d5bcf9c0d
commit 929110f562

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)