diff --git a/artiq/coredevice/ad9912.py b/artiq/coredevice/ad9912.py index 56df7a7ea..a74e98331 100644 --- a/artiq/coredevice/ad9912.py +++ b/artiq/coredevice/ad9912.py @@ -169,7 +169,7 @@ class AD9912: """Returns the phase offset word corresponding to the given phase. """ - return int32(round((1 << 16)*phase)) + return int32(round((1 << 14)*phase)) @kernel def set(self, frequency, phase=0.0):