Fix stateless caching (#1084)
* tilelink: ToAXI4 should format it's error message * WithStatelessBridge: mark the memory bus incoherent and cacheable ... and hope that the user doesn't put more than one master down.
This commit is contained in:
committed by
GitHub
parent
4ccdbecb63
commit
16116991e7
@ -155,7 +155,9 @@ class WithStatelessBridge extends Config((site, here, up) => {
|
||||
case BankedL2Key => up(BankedL2Key, site).copy(coherenceManager = { coreplex =>
|
||||
implicit val p = coreplex.p
|
||||
val ww = LazyModule(new TLWidthWidget(coreplex.sbusBeatBytes))
|
||||
(ww.node, ww.node, () => None)
|
||||
val cc = LazyModule(new TLCacheCork(unsafe = true))
|
||||
cc.node :*= ww.node
|
||||
(ww.node, cc.node, () => None)
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user