forked from sinara-hw/datasheets
4410: fix table/text sequence
This commit is contained in:
parent
0b28c4fbb2
commit
5837353cab
6
4410.tex
6
4410.tex
|
@ -357,6 +357,8 @@ Urukul comes with either AD9910 or AD9912 chips.
|
|||
\end{threeparttable}
|
||||
\end{table}
|
||||
|
||||
\newpage
|
||||
|
||||
All performance data are produced using 1 GHz PLL unless otherwise noted.
|
||||
|
||||
\begin{table}[h]
|
||||
|
@ -443,8 +445,8 @@ def run(self):
|
|||
\end{minted}
|
||||
|
||||
\newpage
|
||||
\subsection{DDS RAM Modulation}
|
||||
Only available to AD9910 variants. Set field \texttt{dds} as an Urukul channel, \texttt{cpld} as the corresponding Urukul CPLD.
|
||||
\subsection{DDS RAM Modulation (AD9910 Only)}
|
||||
Set field \texttt{dds} as an Urukul channel, \texttt{cpld} as the corresponding Urukul CPLD.
|
||||
|
||||
\begin{minted}{python}
|
||||
from artiq.coredevice.ad9910 import RAM_MODE_CONT_RAMPUP
|
||||
|
|
Loading…
Reference in New Issue