From 4b4ff89211be0822171141c2f0e64500cc3bf78c Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Thu, 16 Nov 2017 11:14:38 +0100 Subject: [PATCH] add some coding style --- trb3/CodeRepository.tex | 1 + 1 file changed, 1 insertion(+) 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*} -- 2.43.0