replace ioDCache with ioMem
This commit is contained in:
parent
3393dc2d31
commit
7d331858e2
@ -216,7 +216,7 @@ class CoherenceHubNoDir extends CoherenceHub {
|
|||||||
|
|
||||||
val io = new Bundle {
|
val io = new Bundle {
|
||||||
val tiles = Vec(NTILES) { new ioTileLink() }
|
val tiles = Vec(NTILES) { new ioTileLink() }
|
||||||
val mem = new ioDCache().flip
|
val mem = new ioMem
|
||||||
}
|
}
|
||||||
|
|
||||||
val trackerList = (0 until NGLOBAL_XACTS).map(new XactTracker(_))
|
val trackerList = (0 until NGLOBAL_XACTS).map(new XactTracker(_))
|
||||||
|
Loading…
Reference in New Issue
Block a user