From: Jan Michel Date: Thu, 16 Nov 2017 10:14:38 +0000 (+0100) Subject: add some coding style X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4b4ff89211be0822171141c2f0e64500cc3bf78c;p=daqdocu.git add some coding style --- diff --git a/trb3/CodeRepository.tex b/trb3/CodeRepository.tex index 664818f..c02183d 100644 --- a/trb3/CodeRepository.tex +++ b/trb3/CodeRepository.tex @@ -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*}