1
0

coreplex: disable Stateless config until we implement adapter

This commit is contained in:
Wesley W. Terpstra 2016-11-18 16:23:16 -08:00
parent 8059d33217
commit 0082d713af

View File

@ -170,10 +170,12 @@ class WithBufferlessBroadcastHub extends Config(
*/
class WithStatelessBridge extends Config(
(pname,site,here,up) => pname match {
/* !!! FIXME
case BankedL2Config => up(BankedL2Config).copy(coherenceManager = { case (_, _) =>
val pass = LazyModule(new TLBuffer(0))
(pass.node, pass.node)
})
*/
case DCacheKey => up(DCacheKey).copy(nMSHRs = 0)
case _ => throw new CDEMatchError
})