]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
K characters added
authorMichael Boehmer <mboehmer@ph.tum.de>
Sat, 27 Nov 2021 21:17:56 +0000 (22:17 +0100)
committerMichael Boehmer <mboehmer@ph.tum.de>
Sat, 27 Nov 2021 21:17:56 +0000 (22:17 +0100)
trb3/DS_LinkEstablishment.tex
trb3/DS_NewResets.tex
trb3/DS_Nomenclature.tex

index f85dc6994e4e5dfac700cca9dbb46d5ac9686f0d..874c62d25e4fbf1937f625d4ea5678d06b20c6c8 100644 (file)
@@ -45,4 +45,7 @@ The link establishment process is explained on a hub FPGA slave port as example:
   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.
index fbd849ce6289a94fd072795924ae48666ffd9e57..5f78c59232fdfbcc8ebbcc5e2cdc7a3218c66e31 100644 (file)
@@ -22,3 +22,25 @@ to all master ports available, turning them into a broadcast komma.
 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} 
index eb78c050697b932ab1a14131fe88e5330e90f9cb..e5aec1eb597e4e5fe0aff7fe6255550c063ea35c 100644 (file)
@@ -1,4 +1,7 @@
 \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.
@@ -19,24 +22,24 @@ The following kommas will be used in the DeepSea TrbNet branch:
 
 \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}