From f9c4ce3753169f772afb9ce792aa9035b511d3c5 Mon Sep 17 00:00:00 2001 From: Guenter Knittel Date: Thu, 28 Mar 2019 17:19:17 +0100 Subject: [PATCH] added new data formats for new TDC designs, GK --- trb3/TdcDataFormat.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/trb3/TdcDataFormat.tex b/trb3/TdcDataFormat.tex index d888910..518e41d 100644 --- a/trb3/TdcDataFormat.tex +++ b/trb3/TdcDataFormat.tex @@ -28,6 +28,15 @@ The data format of the \textbf{\textit{time data}} word is shown below: & 11 & the type of the measured edge - '1' rising, '0' falling edge\\ & 10-0 & coarse time - 5ns granularity\\ \hline + 0x2 & 31 & Time Data Marker\\ + & 30-29 & reserved\\ + & 28-22 & channel number\\ + & 21 & LSB of coarse time, represents 2.5ns\\ + & 20-12 & fine time\\ + & 11 & the type of the measured edge - '1' rising, '0' falling edge\\ + & 10-0 & coarse time - 5ns granularity\\ + The resulting frequency is 400MHz\\ + \hline \end{tabular} \caption{The data format of the \textit{TIME DATA} word.} \label{tab:tdcTimeDataWord} -- 2.43.0