add example NIC configuration

This commit is contained in:
Howard Mao
2019-12-08 14:57:20 -08:00
parent 56770a1a4c
commit cc564e0bfe
5 changed files with 45 additions and 2 deletions

View File

@@ -67,4 +67,11 @@ class HwachaLargeBoomConfig extends Config(
new boom.common.WithNBoomCores(1) ++
new freechips.rocketchip.system.BaseConfig)
class LoopbackNICBoomConfig extends Config(
new WithIceNIC ++
new WithLoopbackNICTop ++
new WithBootROM ++
new freechips.rocketchip.subsystem.WithInclusiveCache ++
new boom.common.WithLargeBooms ++ // 3-wide BOOM
new boom.common.WithNBoomCores(1) ++
new freechips.rocketchip.system.BaseConfig)