aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/DigDes.pdfbin169342 -> 169566 bytes
-rw-r--r--tex/vhdl.tex2
2 files changed, 1 insertions, 1 deletions
diff --git a/build/DigDes.pdf b/build/DigDes.pdf
index b33bf80..9c5ac8c 100644
--- a/build/DigDes.pdf
+++ b/build/DigDes.pdf
Binary files differ
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: