diff --git a/uncore/coherence.scala b/uncore/coherence.scala index 8aff1592..d5a5e414 100644 --- a/uncore/coherence.scala +++ b/uncore/coherence.scala @@ -216,7 +216,7 @@ class CoherenceHubNoDir extends CoherenceHub { val io = new Bundle { val tiles = Vec(NTILES) { new ioTileLink() } - val mem = new ioDCache().flip + val mem = new ioMem } val trackerList = (0 until NGLOBAL_XACTS).map(new XactTracker(_))