coreplex: disable Stateless config until we implement adapter
This commit is contained in:
		| @@ -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 | ||||||
|   }) |   }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user