1
0

Use correct kind of TileLink arbiter

It was "correct" before, but broke Chisel3 build.
This commit is contained in:
Andrew Waterman 2016-03-28 22:53:47 -07:00
parent 5ce3527b88
commit e652821962

View File

@ -114,7 +114,7 @@ class RocketTile(resetSignal: Bool = null)(implicit p: Parameters) extends Tile(
uncachedPorts ++= roccs.flatMap(_.io.utl)
}
val uncachedArb = Module(new ClientTileLinkIOArbiter(uncachedArbPorts.size))
val uncachedArb = Module(new ClientUncachedTileLinkIOArbiter(uncachedArbPorts.size))
uncachedArb.io.in <> uncachedArbPorts
uncachedArb.io.out +=: uncachedPorts