Skip to content

Commit

Permalink
drtio: fix DRTIOSatellite invokation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jan 15, 2017
1 parent b8d89d5 commit 043780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/gateware/drtio/test_full_stack.py
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ def __init__(self, nwords):
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):

0 comments on commit 043780d

Please sign in to comment.