buses: Name all the things.
This commit is contained in:
@ -52,7 +52,7 @@ trait HasRocketTiles extends HasSystemBus
|
||||
case AsynchronousCrossing(depth, sync) => {
|
||||
val wrapper = LazyModule(new AsyncRocketTile(c, i)(pWithExtra))
|
||||
sbus.fromAsyncTiles(depth, sync) :=* wrapper.masterNode
|
||||
wrapper.slaveNode :*= pbus.toAsyncSlaves(sync)(c.name)
|
||||
wrapper.slaveNode :*= pbus.toAsyncSlaves(sync, c.name)
|
||||
wrapper
|
||||
}
|
||||
case RationalCrossing(direction) => {
|
||||
|
Reference in New Issue
Block a user