phaser: let link settle a bit longer before starting

This commit is contained in:
Robert Jördens 2016-10-12 16:13:34 +02:00
parent 9880b1ebd0
commit 9c8b21b3f4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class DACSetup(EnvExperiment):
self.busywait_us(10000)
self.ad9154.init()
self.dac_setup()
self.busywait_us(10000)
self.busywait_us(200000)
self.ad9154.jesd_enable(1)
while not self.ad9154.jesd_ready():
pass