1
0

buses: Name all the things.

This commit is contained in:
Megan Wachs
2017-08-30 16:21:08 -07:00
parent 32cb358c81
commit c99afe4c66
6 changed files with 36 additions and 24 deletions

View File

@ -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) => {