1
0

[coreplex] bugfix: re-enable multicore configs via WithNCores

This commit is contained in:
Henry Cook 2017-01-18 17:50:14 -08:00
parent 307f938b88
commit e0411c6cde

View File

@ -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) => {