]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 23 Apr 2012 19:01:19 +0000 (19:01 +0000)
committerhadeshyp <hadeshyp>
Mon, 23 Apr 2012 19:01:19 +0000 (19:01 +0000)
trb3/Trb3KnownBugs.tex
trb3/main.tex

index 8beb0927024f8bb472d1e77bbb4101555d28713e..b8fc26da2a4360e84d8bd6e6eb9ebc739b13c9c6 100644 (file)
@@ -1,4 +1,4 @@
-\begin{itemize}
+\begin{itemize*}
 \item    The SFPs are missing LEDs - so no information about link status
 \item    The outputs of the CLK5410 chips are not independent: Two outputs share some settings - regarding this the connection is far from optimal, e.g. the clock to the serdes from FPGA1 is not independent from clock to GPLL input on FPGA4 etc.
 \item    SFP cages could have been distributed differently. Now, all TrbNet links (SFP1-4) are on one side and all GbE capable links on the other two (SFP5-8). Usually only few ports are in use, so a mix would be better.
@@ -9,5 +9,5 @@
 \item    Both GPLL inputs to peripheral FPGA are not usable - they are connected to Feedback input instead of normal input of PLL. They can still be used through normal routing, but source synchronous operation is not possible.
 \item    The JTAG Connector is wrong. The line labeled TDI is TDO and vice versa. 
 \item    The 48V-to-6V converter gets quite hot without air-flow. When AddOns are mounted, the fan must be installed on the short side of the TRB, not on the long one.
-\end{itemize}
+\end{itemize*}
 
index f0bff2e12d5fdebc64be867240c2406a86500356..70382e02c364c3cc4b6c3238426dac13fc520e86 100755 (executable)
 %\usepackage{mathptmx}
 %\usepackage{pslatex}
 
+\newenvironment{itemize*}%
+  {\begin{itemize}%
+    \setlength{\itemsep}{0pt}%
+    \setlength{\parskip}{0pt}%
+    \setlength{\topsep}{1pt}%
+    \setlength{\partopsep}{1pt}}%
+  {\end{itemize}}
+
+
 \title{A Users Guide\\to the TRB3 \\and FPGA-TDC Based Platforms}
 \date{\today ~-~\thistime}
 \author{Grzegorz Korcyl, Ludwig Maier, Jan Michel, Marek Palka, \\Pawel Strzempek, Michael Traxler, Cahit Ugur}
 
 
 \newcommand{\filename}[1]{\textit{#1}}
-\newcommand{\portname}[1]{\textsc{#1}}
+\newcommand{\signal}[1]{\textsc{#1}}
 \newcommand{\genericname}[1]{\textsc{#1}}
 \newcommand{\constname}[1]{\textsc{#1}}
 \newcommand{\netname}[1]{\textsc{#1}}
 \clearpage
 \tableofcontents
 
+\cleardoublepage
+\part{Ressources}
+  \section{Code Repository}
+    \input{CodeRepository}
 
 \cleardoublepage
 \part{Hardware}
   \section{Measurements}
     \subsection{FPGA I/O Performance}
-
+    \clearpage
   \section{TRB3 Platform}
+    \subsection{General Remarks}
+      \input{Trb3GeneralRemarks}
     \subsection{Known Bugs and Limitations}
       \input{Trb3KnownBugs}
     \subsection{Clock and Trigger Distribution}
       \input{Trb3ClockTriggerDistribution}
-
-  \clearpage
+    \clearpage
+  
   \section{AddOns}
     \subsection{TDC AddOn}
       \input{TdcAddOn}