diff options
author | Nao Pross <np@0hm.ch> | 2021-08-25 18:56:06 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-08-25 18:56:06 +0200 |
commit | 35b98b57084d971e199502981f8f4c14db64875b (patch) | |
tree | 37b61484c0d3388e2d6aa81ee87b475d1de6f9d1 /tex/vhdl.tex | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | DigDes-master.tar.gz DigDes-master.zip |
Diffstat (limited to 'tex/vhdl.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 06dabd0..38afe24 100644 --- a/tex/vhdl.tex +++ b/tex/vhdl.tex @@ -664,7 +664,7 @@ generic( `\reqph{param name}` : `\reqph{type}` := `\reqph{initial value}` ); \end{lstlisting} -that has affects at \emph{synthesization time}. +that has effect at \emph{synthesization time}. \subsubsection{Generic entity and declaration} Entities are parametrized as follows. |