2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

phaser: use ttl_simple.Input for sync

This commit is contained in:
Robert Jördens 2016-11-24 15:55:26 +01:00
parent 6fa2a6ebd8
commit 55e37b41ec

View File

@ -206,7 +206,7 @@ class Phaser(MiniSoC, AMPSoC):
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=32,
ofifo_depth=2))
phy = ttl_serdes_7series.Inout_8X(self.ad9154.jesd.jsync)
phy = ttl_simple.Input(self.ad9154.jesd.jsync)
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=32,
ofifo_depth=2))