aboutsummaryrefslogtreecommitdiffstats
path: root/tex/statemachines.tex
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2021-08-25 17:14:07 +0200
committerNao Pross <np@0hm.ch>2021-08-25 17:19:22 +0200
commit5f830c63aa251de789313df6c548d937bd48d53b (patch)
tree23e37f651c1c533f82e6df78dc82db2d0dfd4155 /tex/statemachines.tex
parentHSR colors (diff)
downloadDigDes-5f830c63aa251de789313df6c548d937bd48d53b.tar.gz
DigDes-5f830c63aa251de789313df6c548d937bd48d53b.zip
Typos, add abstract and samples, finish workflow diagram
Diffstat (limited to 'tex/statemachines.tex')
-rw-r--r--tex/statemachines.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/statemachines.tex b/tex/statemachines.tex
index 967737b..1e1546f 100644
--- a/tex/statemachines.tex
+++ b/tex/statemachines.tex
@@ -63,7 +63,7 @@
\end{tikzpicture}
\end{figure}
-\subsection{Encoding the state}
+\subsection{Encoding the state} \label{sec:fsm:encode}
For Mealey and Moore machines it is typical to write:
\begin{lstlisting}[language=vhdl]
type state_type is (st_rst, st_a, st_b, st_c, ...);