coreplex: disable Stateless config until we implement adapter
This commit is contained in:
parent
8059d33217
commit
0082d713af
@ -170,10 +170,12 @@ class WithBufferlessBroadcastHub extends Config(
|
|||||||
*/
|
*/
|
||||||
class WithStatelessBridge extends Config(
|
class WithStatelessBridge extends Config(
|
||||||
(pname,site,here,up) => pname match {
|
(pname,site,here,up) => pname match {
|
||||||
|
/* !!! FIXME
|
||||||
case BankedL2Config => up(BankedL2Config).copy(coherenceManager = { case (_, _) =>
|
case BankedL2Config => up(BankedL2Config).copy(coherenceManager = { case (_, _) =>
|
||||||
val pass = LazyModule(new TLBuffer(0))
|
val pass = LazyModule(new TLBuffer(0))
|
||||||
(pass.node, pass.node)
|
(pass.node, pass.node)
|
||||||
})
|
})
|
||||||
|
*/
|
||||||
case DCacheKey => up(DCacheKey).copy(nMSHRs = 0)
|
case DCacheKey => up(DCacheKey).copy(nMSHRs = 0)
|
||||||
case _ => throw new CDEMatchError
|
case _ => throw new CDEMatchError
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user