Use correct kind of TileLink arbiter
It was "correct" before, but broke Chisel3 build.
This commit is contained in:
parent
5ce3527b88
commit
e652821962
@ -114,7 +114,7 @@ class RocketTile(resetSignal: Bool = null)(implicit p: Parameters) extends Tile(
|
|||||||
uncachedPorts ++= roccs.flatMap(_.io.utl)
|
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.in <> uncachedArbPorts
|
||||||
uncachedArb.io.out +=: uncachedPorts
|
uncachedArb.io.out +=: uncachedPorts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user