drtio: fix DRTIOSatellite invokation in test

This commit is contained in:
Sebastien Bourdeauducq 2017-01-15 17:30:02 -06:00
parent b8d89d56b1
commit 043780d603
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class DUT(Module):
rtio.Channel.from_phy(self.phy2, ofifo_depth=4),
]
self.submodules.satellite = DRTIOSatellite(
self.transceivers.bob, rx_synchronizer, rtio_channels)
self.transceivers.bob, rtio_channels, rx_synchronizer)
class TestFullStack(unittest.TestCase):