mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-20 00:46:30 +08:00
drtio: fix DRTIOSatellite invokation in test
This commit is contained in:
parent
b8d89d56b1
commit
043780d603
@ -63,7 +63,7 @@ class DUT(Module):
|
|||||||
rtio.Channel.from_phy(self.phy2, ofifo_depth=4),
|
rtio.Channel.from_phy(self.phy2, ofifo_depth=4),
|
||||||
]
|
]
|
||||||
self.submodules.satellite = DRTIOSatellite(
|
self.submodules.satellite = DRTIOSatellite(
|
||||||
self.transceivers.bob, rx_synchronizer, rtio_channels)
|
self.transceivers.bob, rtio_channels, rx_synchronizer)
|
||||||
|
|
||||||
|
|
||||||
class TestFullStack(unittest.TestCase):
|
class TestFullStack(unittest.TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user