aboutsummaryrefslogtreecommitdiffstats
path: root/tex/statemachines.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-05-21 01:38:15 +0200
committerNao Pross <np@0hm.ch>2021-05-21 01:39:33 +0200
commit56527e5b0d62a962336a2ec5642afdba8c314b1b (patch)
tree5a13f8fde7ea69ae11adf15d0095397f37723800 /tex/statemachines.tex
parentCode for state machines (diff)
downloadDigDes-56527e5b0d62a962336a2ec5642afdba8c314b1b.tar.gz
DigDes-56527e5b0d62a962336a2ec5642afdba8c314b1b.zip
Fix typos
Diffstat (limited to '')
-rw-r--r--tex/statemachines.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/statemachines.tex b/tex/statemachines.tex
index d656569..9fb47e2 100644
--- a/tex/statemachines.tex
+++ b/tex/statemachines.tex
@@ -71,7 +71,7 @@ type state_type is (st_rst, st_a, st_b, st_c, ...);
signal present_state, next_state : state_type;
\end{lstlisting}
The encoding of the state is left automatically to the synthesizer or
-configured in the graphic interface of the tool. If a custom encoding is
+configured in the graphical interface of the tool. If a custom encoding is
required (Medwedjew), adding the following generates a custom encoding.
\begin{lstlisting}[language=vhdl]
attribute enum_encoding : string;