Skip to content

Commit

Permalink
phaser: add more slack during init. Closes m-labs#1757
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq authored and Steve Fan committed Dec 7, 2021
1 parent 0162d04 commit 0e83f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/coredevice/phaser.py
Expand Up @@ -203,6 +203,7 @@ def init(self, debug=False):
self.measure_frame_timestamp()
if self.frame_tstamp < 0:
raise ValueError("frame timestamp measurement timed out")
delay(.1*ms)

# reset
self.set_cfg(dac_resetb=0, dac_sleep=1, dac_txena=0,
Expand Down

0 comments on commit 0e83f1b

Please sign in to comment.