[FireChip] Allow users to register new EndpointBinders in P

This commit is contained in:
David Biancolin
2019-09-24 03:04:27 +00:00
parent 829f8fd84d
commit f44f3aacbf
4 changed files with 110 additions and 12 deletions

View File

@@ -107,6 +107,7 @@ class FireSimRocketChipConfig extends Config(
new WithPerfCounters ++
new WithoutClockGating ++
new WithDefaultMemModel ++
new WithDefaultFireSimEndpoints ++
new freechips.rocketchip.system.DefaultConfig)
class WithNDuplicatedRocketCores(n: Int) extends Config((site, here, up) => {
@@ -149,6 +150,7 @@ class FireSimBoomConfig extends Config(
new WithDefaultMemModel ++
new boom.common.WithLargeBooms ++
new boom.common.WithNBoomCores(1) ++
new WithDefaultFireSimEndpoints ++
new freechips.rocketchip.system.BaseConfig
)