From 5a9035b122a01c378c266ee244f5fde5ea132fb3 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 22 Jan 2018 08:13:27 +0000 Subject: [PATCH] urukul: faster spi clock --- 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 c905d7441..e4b29be21 100644 --- a/artiq/coredevice/urukul.py +++ b/artiq/coredevice/urukul.py @@ -15,7 +15,7 @@ _SPIT_CFG_WR = 2 _SPIT_CFG_RD = 16 _SPIT_ATT_WR = 2 _SPIT_ATT_RD = 16 -_SPIT_DDS_WR = 16 +_SPIT_DDS_WR = 3 _SPIT_DDS_RD = 16 # CFG configuration register bit offsets