coreplex: provide coherence managers with geometry information
This commit is contained in:
committed by
Henry Cook
parent
d4b3a0f0be
commit
3fc55298ef
@ -143,7 +143,7 @@ class WithBufferlessBroadcastHub extends Config((site, here, up) => {
|
||||
* DO NOT use this configuration.
|
||||
*/
|
||||
class WithStatelessBridge extends Config((site, here, up) => {
|
||||
case BankedL2Config => up(BankedL2Config, site).copy(coherenceManager = { case q =>
|
||||
case BankedL2Config => up(BankedL2Config, site).copy(coherenceManager = { case (q, _, _) =>
|
||||
implicit val p = q
|
||||
val cork = LazyModule(new TLCacheCork(unsafe = true))
|
||||
(cork.node, TLWidthWidget(p(L1toL2Config).beatBytes)(cork.node))
|
||||
|
Reference in New Issue
Block a user