rtio/sed: remove obsolete ofifo_depth from test_output_driver

This commit is contained in:
Sebastien Bourdeauducq 2017-09-16 14:01:19 +08:00
parent 6b7a1893c7
commit 7b299ba583
1 changed files with 4 additions and 4 deletions

View File

@ -30,10 +30,10 @@ class DUT(Module):
self.submodules.phy3 = BusyPHY() self.submodules.phy3 = BusyPHY()
rtio_channels = [ rtio_channels = [
rtio.Channel.from_phy(self.phy0, ofifo_depth=4), rtio.Channel.from_phy(self.phy0),
rtio.Channel.from_phy(self.phy1, ofifo_depth=4), rtio.Channel.from_phy(self.phy1),
rtio.Channel.from_phy(self.phy2, ofifo_depth=4), rtio.Channel.from_phy(self.phy2),
rtio.Channel.from_phy(self.phy3, ofifo_depth=4), rtio.Channel.from_phy(self.phy3),
] ]
self.submodules.output_driver = output_driver.OutputDriver( self.submodules.output_driver = output_driver.OutputDriver(