1
0

replace ioDCache with ioMem

This commit is contained in:
Andrew Waterman 2012-02-27 18:36:09 -08:00
parent 3393dc2d31
commit 7d331858e2

View File

@ -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(_))