diff --git a/artiq/coredevice/urukul.py b/artiq/coredevice/urukul.py index a2ce2365f..295281364 100644 --- a/artiq/coredevice/urukul.py +++ b/artiq/coredevice/urukul.py @@ -99,7 +99,7 @@ class _RegIOUpdate: def __init__(self, cpld): self.cpld = cpld - @portable + @kernel def pulse(self, t): cfg = self.cpld.cfg_reg self.cpld.cfg_write(cfg | (1 << CFG_IO_UPDATE))