forked from M-Labs/artiq
manual: fix formatting (#1865)
This commit is contained in:
parent
9a96387dfe
commit
67ca48fa84
|
@ -165,10 +165,12 @@ Clocking
|
||||||
++++++++
|
++++++++
|
||||||
|
|
||||||
The KC705 in standalone variants supports an internal 125 MHz RTIO clock (based on its crystal oscillator, or external reference for PLL for DRTIO variants) and an external clock, that can be selected using the ``rtio_clock`` configuration entry. Valid values are:
|
The KC705 in standalone variants supports an internal 125 MHz RTIO clock (based on its crystal oscillator, or external reference for PLL for DRTIO variants) and an external clock, that can be selected using the ``rtio_clock`` configuration entry. Valid values are:
|
||||||
|
|
||||||
* ``int_125`` - internal crystal oscillator, 125 MHz output (default),
|
* ``int_125`` - internal crystal oscillator, 125 MHz output (default),
|
||||||
* ``ext0_bypass`` - external clock.
|
* ``ext0_bypass`` - external clock.
|
||||||
|
|
||||||
KC705 in DRTIO variants and Kasli generates the RTIO clock using a PLL locked either to an internal crystal or to an external frequency reference. Valid values are:
|
KC705 in DRTIO variants and Kasli generates the RTIO clock using a PLL locked either to an internal crystal or to an external frequency reference. Valid values are:
|
||||||
|
|
||||||
* ``int_125`` - internal crystal oscillator using PLL, 125 MHz output (default),
|
* ``int_125`` - internal crystal oscillator using PLL, 125 MHz output (default),
|
||||||
* ``int_100`` - internal crystal oscillator using PLL, 100 MHz output,
|
* ``int_100`` - internal crystal oscillator using PLL, 100 MHz output,
|
||||||
* ``int_150`` - internal crystal oscillator using PLL, 150 MHz output,
|
* ``int_150`` - internal crystal oscillator using PLL, 150 MHz output,
|
||||||
|
|
Loading…
Reference in New Issue