From 945414d6bacce6205136358766a44f50af6dfd65 Mon Sep 17 00:00:00 2001 From: John Wickerson Date: Tue, 31 Aug 2021 11:31:45 +0000 Subject: Update on Overleaf. --- algorithm.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algorithm.tex') diff --git a/algorithm.tex b/algorithm.tex index 2aff9bb..7158fbb 100644 --- a/algorithm.tex +++ b/algorithm.tex @@ -133,7 +133,7 @@ endmodule to [out=60,in=130] ($(s2.east) + (0.3,0.7)$) to [out=310,in=10] (s2); \end{tikzpicture} \end{subfigure} - \caption{A simple state machine implemented in Verilog, with its diagrammatic representation on the right, where the x's stand for don't cares and each transition is labelled with the values for the \texttt{rst}, \texttt{y} and output \texttt{z}.}% + \caption{A simple state machine implemented in Verilog, with its diagrammatic representation on the right. The x's stand for don't cares and each transition is labelled with the values of the inputs \texttt{rst} and \texttt{y} and output \texttt{z}.}% \label{fig:tutorial:state_machine} \end{figure} -- cgit