Add remaining configs for BOOM CI

This commit is contained in:
Jerry Zhao
2019-08-26 23:28:35 -07:00
parent f221c8f26e
commit 20b6737889
2 changed files with 11 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ class SmallRV32UnifiedBoomConfig extends Config(
new WithTop ++
new WithBootROM ++
new freechips.rocketchip.subsystem.WithInclusiveCache ++
new boom.common.WithoutBoomFPU ++ // no floating point
new boom.common.WithUnifiedMemIntIQs ++ // use unified mem+int issue queues
new boom.common.WithSmallBooms ++
new boom.common.WithNBoomCores(1) ++