]> jspc29.x-matter.uni-frankfurt.de Git - daqdocu.git/commitdiff
add some coding style
authorJan Michel <j.michel@gsi.de>
Thu, 16 Nov 2017 10:14:38 +0000 (11:14 +0100)
committerJan Michel <j.michel@gsi.de>
Thu, 16 Nov 2017 10:14:38 +0000 (11:14 +0100)
trb3/CodeRepository.tex

index 664818f3e615f596378ee73fe6adeacc9586efaa..c02183d566104159bd59ef2fecefca033d21e8d4 100644 (file)
@@ -112,6 +112,7 @@ THE_MAIN_PLL : pll_in200_out100
     );
   \end{verbatim}
 \item FSM coding style is up to each individual. Most code uses the single-process version, using just one single, synchronous process. This reduces the number of signals needed and fully avoids any potential issue with latches due to unassigned signals.
+\item All reset signals are synchronous.
 \end{itemize*}