From a185e8dc524d92e92731f602def0d8d78826a57b Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 20 Mar 2018 16:10:11 +0000 Subject: [PATCH] urukul: fix MASK_NU offset --- artiq/coredevice/urukul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/urukul.py b/artiq/coredevice/urukul.py index 2cc0b80ba..d8dc058db 100644 --- a/artiq/coredevice/urukul.py +++ b/artiq/coredevice/urukul.py @@ -24,7 +24,7 @@ CFG_RF_SW = 0 CFG_LED = 4 CFG_PROFILE = 8 CFG_IO_UPDATE = 12 -CFG_MASK_NU = 16 +CFG_MASK_NU = 13 CFG_CLK_SEL = 17 CFG_SYNC_SEL = 18 CFG_RST = 19