drtio: fix satellite RX data corruption

This commit is contained in:
Sebastien Bourdeauducq 2017-01-10 14:29:30 -06:00
parent fdfaa377db
commit f75fffcf96
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class Satellite(BaseSoC):
else:
raise ValueError
self.submodules.rx_synchronizer = gtx_7series.RXSynchronizer(
self.transceiver.rtio_clk_freq)
self.transceiver.rtio_clk_freq, initial_phase=180.0)
self.submodules.drtio = DRTIOSatellite(
self.transceiver, self.rx_synchronizer, rtio_channels)
self.csr_devices.append("rx_synchronizer")