summaryrefslogtreecommitdiffstats
path: root/verilog.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-04-07 19:46:27 +0100
committerYann Herklotz <git@yannherklotz.com>2021-04-07 19:46:27 +0100
commit06ca7a1b9126e27d6e3c34dbd3637f167be1efc8 (patch)
tree41cd555ce908cadeda1468ef135a54b99493fdd1 /verilog.tex
parente45902cf8e19ea8ee7573f5d7629fa33ce47a470 (diff)
downloadoopsla21_fvhls-06ca7a1b9126e27d6e3c34dbd3637f167be1efc8.tar.gz
oopsla21_fvhls-06ca7a1b9126e27d6e3c34dbd3637f167be1efc8.zip
Fix some formatting
Diffstat (limited to 'verilog.tex')
-rw-r--r--verilog.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/verilog.tex b/verilog.tex
index 0caf06c..cf5b455 100644
--- a/verilog.tex
+++ b/verilog.tex
@@ -103,7 +103,7 @@ Note that there is no step from \texttt{State} to \texttt{Callstate}; this is be
Therefore, in addition to the rules shown in Figure~\ref{fig:inferrence_module}, an initial state and final state need to be defined:
\begin{gather*}
- \inferrule[Initial]{\yhfunction{is\_internal}\ (P.\texttt{main})}{\yhfunction{initial\_state}\ (\yhconstant{Callstate } []\ (P.\texttt{main})\ [])}\\
+ \inferrule[Initial]{\yhfunction{is\_internal}\ (P.\texttt{main})}{\yhfunction{initial\_state}\ (\yhconstant{Callstate } []\ (P.\texttt{main})\ [])}\qquad
\inferrule[Final]{ }{\yhfunction{final\_state}\ (\yhconstant{Returnstate } []\ n)\ n}
\end{gather*}