From ba4c516fcaa65d1f37caa3b6679d656dc1421cec Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Fri, 24 Oct 2014 19:55:09 +0200 Subject: [PATCH] Billboard now includes the address of the memory ... Could be useful --- trb3/Billboard.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trb3/Billboard.tex b/trb3/Billboard.tex index 1b90922..da97c32 100644 --- a/trb3/Billboard.tex +++ b/trb3/Billboard.tex @@ -28,7 +28,7 @@ The module consists of a 256x4b memory area that can be randomly accessed via sl \end{enumerate} \subsection{Memory} - The memory is directly mapped into the slow-control address space and is randomly accessible. + The memory is directly mapped into the slow-control address space at addresses 0xb100 to 0xb1ff and is randomly accessible. The module employs a shadow-memory to prevent data corruption in case a read-out occurs while you update the data. This, however, happens fully transparent and is not resembled on the slow-control addresses. @@ -94,8 +94,10 @@ The module consists of a 256x4b memory area that can be randomly accessed via sl \textbf{SkipTriggerReg.14}\hfill(rw) & b01e & 0--31 & Number of event of trigger type addr[3:0] to be skipped \\ \rowcolor{light-gray} \textbf{SkipTriggerReg.15}\hfill(rw) & b01f & 0--31 & Number of event of trigger type addr[3:0] to be skipped \\ + \textbf{Memory}\hfill(rw) & b100 -- & 0--31 & Memory mapped to slow-control \\ + & b1ff && \\ \bottomrule -\caption{Registers in group StatusAndControl}\label{tab:BillboardStatusAndControl}\end{longtable} +\caption{Status and Control registers of billboard block}\label{tab:BillboardStatusAndControl}\end{longtable} } \subsection{SubSubEvent Format} -- 2.43.0