summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-13 10:44:44 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-13 10:44:44 +0100
commit184b6ba30ab5b681a31d0a1b56eb34bc0facc2bd (patch)
tree4ea733c35b545e3b392a45d2b6041dea56624ead
parent7c8b76e85d8a28c22fe594c5f842f2dfab414876 (diff)
downloadoopsla21_fvhls-184b6ba30ab5b681a31d0a1b56eb34bc0facc2bd.tar.gz
oopsla21_fvhls-184b6ba30ab5b681a31d0a1b56eb34bc0facc2bd.zip
Tiny fix to state names
-rw-r--r--algorithm.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/algorithm.tex b/algorithm.tex
index c1ccd10..fba5b5b 100644
--- a/algorithm.tex
+++ b/algorithm.tex
@@ -119,8 +119,8 @@ endmodule
\centering
\begin{tikzpicture}
\node[draw,circle,inner sep=6pt] (s0) at (0,0) {$S_{\mathit{start}} / \texttt{x}$};
- \node[draw,circle,inner sep=8pt] (s1) at (1.5,-3) {$S_{0} / \texttt{1}$};
- \node[draw,circle,inner sep=8pt] (s2) at (3,0) {$S_{1} / \texttt{1}$};
+ \node[draw,circle,inner sep=8pt] (s1) at (1.5,-3) {$S_{1} / \texttt{1}$};
+ \node[draw,circle,inner sep=8pt] (s2) at (3,0) {$S_{0} / \texttt{1}$};
\node (s2s) at ($(s2.west) + (-0.3,1)$) {\texttt{00}};
\node (s2ss) at ($(s2.east) + (0.3,1)$) {\texttt{1x}};
\draw[-{Latex[length=2mm,width=1.4mm]}] ($(s0.west) + (-0.3,1)$) to [out=0,in=120] (s0);