1
0

coreplex: remove superfluous sink and source from wrapper

This commit is contained in:
Henry Cook 2017-07-27 14:23:03 -07:00
parent c9e467a668
commit 33852ef965

View File

@ -57,8 +57,6 @@ trait HasRocketTiles extends HasSystemBus
}
case RationalCrossing(direction) => {
val wrapper = LazyModule(new RationalRocketTile(c, i)(pWithExtra))
val sink = LazyModule(new TLRationalCrossingSink(direction))
val source = LazyModule(new TLRationalCrossingSource)
sbus.fromRationalTiles(direction) :=* wrapper.masterNode
wrapper.slaveNode :*= pbus.toRationalSlaves
wrapper