Skip to content

Commit

Permalink
test_ad9910: don't expect large SYNC_IN delay margins
Browse files Browse the repository at this point in the history
sinara-hw/Urukul#16

Signed-off-by: Robert Jördens <rj@quartiq.de>
  • Loading branch information
jordens committed Nov 7, 2018
1 parent e6efe83 commit fcb611d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion artiq/test/coredevice/test_ad9910.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ def sync_window(self):
print(err)
self.core.break_realtime()
dly, win = self.dev.tune_sync_delay()
self.sync_scan(err, win=win + 1) # tighten window by 2*75ps
self.sync_scan(err, win=win)
# FIXME: win + 1 # tighten window by 2*75ps
# after https://github.com/sinara-hw/Urukul/issues/16
self.set_dataset("dly", dly)
self.set_dataset("win", win)
self.set_dataset("err", err)
Expand Down

0 comments on commit fcb611d

Please sign in to comment.