forked from M-Labs/artiq
urukul: document consequences of incorrect CPLD clock settings
This commit is contained in:
parent
adf3df2bb5
commit
74e4b01201
|
@ -154,6 +154,10 @@ class CPLD:
|
||||||
RTIO frequency and the SYNC_IN generator frequency (default: 2 if
|
RTIO frequency and the SYNC_IN generator frequency (default: 2 if
|
||||||
`sync_device` was specified).
|
`sync_device` was specified).
|
||||||
:param core_device: Core device name
|
:param core_device: Core device name
|
||||||
|
|
||||||
|
If the clocking is incorrect (for example, setting ``clk_sel`` to the
|
||||||
|
front panel SMA with no clock connected), then the ``init()`` method of
|
||||||
|
the DDS channels can fail with the error message ``PLL lock timeout``.
|
||||||
"""
|
"""
|
||||||
kernel_invariants = {"refclk", "bus", "core", "io_update", "clk_div"}
|
kernel_invariants = {"refclk", "bus", "core", "io_update", "clk_div"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue