mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-20 08:56:28 +08:00
phaser: let link settle a bit longer before starting
This commit is contained in:
parent
9880b1ebd0
commit
9c8b21b3f4
@ -40,7 +40,7 @@ class DACSetup(EnvExperiment):
|
|||||||
self.busywait_us(10000)
|
self.busywait_us(10000)
|
||||||
self.ad9154.init()
|
self.ad9154.init()
|
||||||
self.dac_setup()
|
self.dac_setup()
|
||||||
self.busywait_us(10000)
|
self.busywait_us(200000)
|
||||||
self.ad9154.jesd_enable(1)
|
self.ad9154.jesd_enable(1)
|
||||||
while not self.ad9154.jesd_ready():
|
while not self.ad9154.jesd_ready():
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user