diff --git a/artiq/coredevice/ad9912.py b/artiq/coredevice/ad9912.py index 5c294d1de..2be434d45 100644 --- a/artiq/coredevice/ad9912.py +++ b/artiq/coredevice/ad9912.py @@ -108,7 +108,7 @@ class AD9912: if (prodid != 0x1982) and (prodid != 0x1902): # NAC3TODO raise ValueError("Urukul AD9912 product id mismatch") pass - self.core.delay(50. * us) + self.core.delay(300. * us) # NAC3TODO try to restore 50us after kernel invariants are implemented # HSTL power down, CMOS power down self.write(AD9912_PWRCNTRL1, 0x80, 1) self.cpld.io_update.pulse(2. * us)