]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
updates retrans registers
authorIngo Froehlich <ingo@nomail.fake>
Mon, 11 Feb 2019 14:57:29 +0000 (15:57 +0100)
committerIngo Froehlich <ingo@nomail.fake>
Mon, 11 Feb 2019 14:57:29 +0000 (15:57 +0100)
mediainterface.tex

index 53278883dff031c3209b611b6597ad438469f59d..d64c014f5659101165519e5c9912712b0fc69d30 100644 (file)
 
 \subsection{Retransmission registers}
 
-The debug registers of the restransmission (as well as other stat flags of the media interface) are integrated into the address space of the SERDES Client Interface (SED). Each SED has 
-an address space of 9 bit (0x000 - 0x1ff). Here, the address space of the media interfaces (1 or up to 4 for the ECP3) starts at 0x140 and has a width of 5 bit. This space is shared as follows: bit 5/4 are 
-the media interface number, bit 3 is a flag to select the sync registers (media stat flags otherwise), and the last 2 are the register numbers.
+The debug registers of the restransmission (as well as other stat
+flags of the media interface) are integrated into the address space of
+the SERDES Client Interface (SCI). Each SCI has an address space of 9
+bit (0x000 - 0x1ff). Here, the address space of the media interfaces
+(1 or up to 4 for the ECP3) starts at 0x140 and has a width of 5
+bit. This space is shared as follows: bit 5/4 are the media interface
+number, bit 3 is a flag to select the sync registers (media stat flags
+otherwise), and the last 2 are the register numbers.
 
 \begin{table}[hbtp]
 \begin{center}
@@ -151,15 +156,15 @@ the media interface number, bit 3 is a flag to select the sync registers (media
 140     & RXStat & Stat flags for receiver  \\
 141     & TXStat & Stat flags for transmitter  \\
 142     & FSMStat & Stat flags for fsm \\
-144     & RetransForceError & control to force retramsmission errors \\
+144     & RetransErrorCTRL & control retransmission errors \\
 145     & RetransCounter & Request retrans (upper 16) and start retrans (lower 16) counter \\
 148-14f & & Media interface 2 (if available)  \\
 150-157 & & Media interface 3 (if available)  \\
 158-15f & & Media interface 4 (if available)  \\
 \hline
 \end{tabularx}
-\caption{Adress space of the SED entity}
-\label{SEDAddressSpace}
+\caption{Adress space of the SCI entity}
+\label{SCIAddressSpace}
 \end{center}
 \end{table}
 
@@ -174,11 +179,16 @@ the media interface number, bit 3 is a flag to select the sync registers (media
 7 -- 4 & Error delay (skip packets) \\
 8      & Force CRC error on transmitter \\
 9      & Force packet number error on transmitter \\
+15 -- 10 & Unused \\
+16 & Disable error detection \\
+17 & Disable CRC check \\
+18 & Disable checking proper number of data packets \\
+19 & Disable false idles checking and obligatory CRC kommas \\
 
 \hline
 \end{tabularx}
-\caption{RetransForceError}
-\label{MediaInterfaceControl}
+\caption{RetransErrorCTRL}
+\label{RetransErrorCTRL}
 \end{center}
 \end{table}