1124: standardize section capitalization
This commit is contained in:
parent
d5d71da272
commit
8fa327770f
8
1124.tex
8
1124.tex
|
@ -221,7 +221,7 @@ DRTIO is the time and data transfer system that allows ARTIQ RTIO channels to be
|
|||
When run in a non-distributed ARTIQ configuration, with a single central core device but no satellites, that core device is instead known as standalone.
|
||||
\end{enumerate}
|
||||
|
||||
\section{Communication interfaces}
|
||||
\section{Communication Interfaces}
|
||||
|
||||
Communication between devices is implemented using 1000Base-T small form-factor pluggable (SFP) interfaces. Four are available on the Kasli 2.0. Appropriate SFP transceivers must be plugged inside the corresponding SFP cages. Each SFP connector possesses an indicator LED.
|
||||
|
||||
|
@ -236,7 +236,7 @@ A Kasli 2.0 board must acquire an upstream connection through the \texttt{SFP0}
|
|||
The \texttt{SFP0} port should be connected to one of the free SFP slots on an upstream core device, using a cable connection with SFP transceivers.
|
||||
\end{itemize}
|
||||
|
||||
\subsection{Downstream Connection}
|
||||
\subsection{Downstream connection}
|
||||
Kasli 2.0 supports up to 3 DRTIO satellite connections per device. Any of the 3 downstream SFP ports (i.e. \texttt{SFP1}, \texttt{SFP2}, \texttt{SFP3}) may be used.
|
||||
|
||||
\section{Clock Routing}
|
||||
|
@ -279,7 +279,7 @@ Kasli 2.0 supplies three user LEDs for debugging purposes. Two are located on th
|
|||
|
||||
\newpage
|
||||
|
||||
\section{Example ARTIQ code}
|
||||
\section{Example ARTIQ Code}
|
||||
The sections below demonstrate simple usage scenarios of extensions on the ARTIQ control system. These extensions make use of the resources on the Kasli 2.0 1124 carrier board. They do not exhaustively demonstrate all the features of the ARTIQ system.
|
||||
|
||||
The full documentation for ARTIQ software and gateware, including the guide for its use, is available at \url{https://m-labs.hk/artiq/manual/}. Please consult the manual for details and reference material on the functions and structures used here.
|
||||
|
@ -305,7 +305,7 @@ The following code snippets describe two experiments, in which the data from the
|
|||
|
||||
Similar to DMA, cached data is no longer retrievable once the core device has been rebooted.
|
||||
|
||||
\section{Ordering information}
|
||||
\section{Ordering Information}
|
||||
To order, please visit \url{https://m-labs.hk} and select 1124 Carrier Kasli 2.0 in the ARTIQ/Sinara crate configuration tool. Cards may also be ordered separately by writing to \url{mailto:sales@m-labs.hk}.
|
||||
|
||||
\section*{}
|
||||
|
|
Loading…
Reference in New Issue