diff options
Diffstat (limited to 'tex')
-rw-r--r-- | tex/vhdl.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/vhdl.tex b/tex/vhdl.tex index 6cf160c..06dabd0 100644 --- a/tex/vhdl.tex +++ b/tex/vhdl.tex @@ -548,7 +548,7 @@ statements, the following applies: \item Neither selective (\vhdl{with}) nor conditional (\vhdl{when}) should be used. They are replaced with new sequential constructs (\vhdl{if} and \vhdl{case}). \item Signal assignments (with \vhdl{<=}) change their value - \emph{only at the end of the process}. + \emph{only at the next} \vhdl{wait for} \emph{statement or at the end of the process}. \item Variables on the other hand change as soon as they are assigned (with \vhdl{:=}). \end{itemize} And for good practice: |