[coreplex] bugfix: re-enable multicore configs via WithNCores
This commit is contained in:
parent
307f938b88
commit
e0411c6cde
@ -77,7 +77,7 @@ class BaseCoreplexConfig extends Config ((site, here, up) => {
|
||||
})
|
||||
|
||||
class WithNCores(n: Int) extends Config((site, here, up) => {
|
||||
case NTiles => n
|
||||
case RocketConfigs => List.fill(n){ RocketConfig(site(XLen)) }
|
||||
})
|
||||
|
||||
class WithNBanksPerMemChannel(n: Int) extends Config((site, here, up) => {
|
||||
|
Loading…
Reference in New Issue
Block a user