From 3e6f07e71cf3c53ba144e528062799c4a32ad09d Mon Sep 17 00:00:00 2001 From: Ingo Froehlich Date: Mon, 11 Feb 2019 15:57:29 +0100 Subject: [PATCH] updates retrans registers --- mediainterface.tex | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/mediainterface.tex b/mediainterface.tex index 5327888..d64c014 100644 --- a/mediainterface.tex +++ b/mediainterface.tex @@ -136,9 +136,14 @@ \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} -- 2.43.0