Both UP and DL are considered stable, and TrbNet payloads as well as special kommas are enabled now.
\end{itemize*}
-
+To faciliate setups where electrical connections are used for the link (like on the TRB3sc crate backplane)
+all SerDes TX channels send out K{\_}NULL kommas while no stable clock is available. This will inhibit komma
+locking inside the WordAlignment block.
+
The RX control state machine will simply set a register with reception of a RST komma, and
provides up to 8 independent reset lines, which should be assigned to dedicated groups of
functions (like FE logic, trigger logic, buffers, whatever).
+
+Proposed reset bit usage:
+
+\begin{table}[ht]
+\begin{center}
+\begin{tabular}{|c|c|c|c|c|}
+ \hline
+ \textbf{Bit} & \textbf{Reset name}\\
+\hline\hline
+0 & Frontend Logic \\
+1 & --- \\
+2 & --- \\
+3 & --- \\
+4 & --- \\
+5 & --- \\
+6 & --- \\
+7 & General Reset \\
+\hline
+\end{tabular}
+\caption{Reset Usage}
+\end{center}
+\end{table}
\subsection{Nomenclature used in this section}
+
+For the DeepSea implementation of TrbNet the following nomenclature is being used.
+
\begin{itemize*}
\item \textbf{Master Port (MP)}: a serial link port which initiates a connection.
In this document, a MP always points "outwards" from CTS to FEs.
\begin{table}[ht]
\begin{center}
-\begin{tabular}{|c|c|c|c|}
+\begin{tabular}{|c|c|c|c|c|}
\hline
- \textbf{Name} & \textbf{Full Name} & \textbf{K Character} & \textbf{D Character}\\
+ \textbf{Name} & \textbf{Symbol} & \textbf{Full Name} & \textbf{K Character} & \textbf{D Character}\\
\hline\hline
-IDLE& Idle & BC & C5 (idle0) or 50 (idle1)\\
-SOP & Start of Packet & DC & reserved for packet delimiter\\
-EOP & End of Packet & FD & reserved for packet delimiter \\
-BGN & Begin of Transmission & 1C & reserved for retransmission\\
-REQ & Retransmit Request & 7C & reserved for retransmission\\
-DLM & DLM & FB & Deterministic Latency Message \\
-& & 3C & \\
-& & 5C & \\
-& & 9C & \\
-& & FC & \\
-& & F7 & \\
-RST & Reset & FE & bit-coded reset lines\\
+BGN & K28.0 & Begin of Transmission & 1C & reserved for retransmission\\
+ & K28.1 & & 3C & \\
+ & K28.2 & & 5C & \\
+REQ & K28.3 & Retransmit Request & 7C & reserved for retransmission\\
+ & K28.4 & & 9C & \\
+IDLE & K28.5 & Idle & BC & C5 (idle0) or 50 (idle1)\\
+SOP & K28.6 & Start of Packet & DC & reserved for packet delimiter\\
+ & K28.7 & & FC & \\
+NULL & K23.7 & No Link & F7 & TX SerDes in reset\\
+DLM & K27.7 & DLM & FB & Deterministic Latency Message \\
+EOP & K29.7 & End of Packet & FD & reserved for packet delimiter \\
+RST & K30.7 & Reset & FE & bit-coded reset lines\\
\hline
\end{tabular}
\caption{Comma Characters}
\end{center}
-\end{table}
\ No newline at end of file
+\end{table}