eem: fix reset/sync in suservo

Signed-off-by: Robert Jördens <rj@quartiq.de>
pull/1193/head
Robert Jördens 2018-11-13 13:00:37 +00:00
parent 248c1cf7dc
commit 2af6edb8f5
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ class SUServo(_EEM):
target.submodules += phy
target.rtio_channels.append(rtio.Channel.from_phy(phy, ififo_depth=4))
pads = target.platform.request("{}_dds_reset".format(eem_urukul1))
pads = target.platform.request("{}_dds_reset_sync_in".format(eem_urukul1))
target.specials += DifferentialOutput(0, pads.p, pads.n)
for i, signal in enumerate("sw0 sw1 sw2 sw3".split()):