Skip to content

Commit 7177204

Browse files
committed
ad9912: mention lower f_ref phase noise performance
1 parent 81106f3 commit 7177204

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

artiq/coredevice/ad9912.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ class AD9912:
2424
:param pll_n: DDS PLL multiplier. The DDS sample clock is
2525
f_ref/clk_div*pll_n where f_ref is the reference frequency and clk_div
2626
is the reference clock divider (both set in the parent Urukul CPLD
27-
instance).
27+
instance). For f_ref below 11MHz, internal SYSCLK PLL doubler is used,
28+
and pll_n must be halved.
2829
:param pll_en: PLL enable bit, set to 0 to bypass PLL (default: 1).
2930
Note that when bypassing the PLL the red front panel LED may remain on.
31+
32+
.. note:: For lower than default f_ref, onboard loop filter is not optimal
33+
and may require hardware changes.
3034
"""
3135

3236
def __init__(self, dmgr, chip_select, cpld_device, sw_device=None,

0 commit comments

Comments
 (0)