summaryrefslogtreecommitdiffstats
path: root/algorithm.tex
diff options
context:
space:
mode:
authorJohn Wickerson <j.wickerson@imperial.ac.uk>2020-11-14 20:27:28 +0000
committeroverleaf <overleaf@localhost>2020-11-15 13:12:07 +0000
commit409308a05838e23c730b020fd89ae0c58960e1a9 (patch)
tree73e54d306d895c3ebcea722b8bfe16c694a89ac1 /algorithm.tex
parent2b7fad364eed20502e91c4e26175361d11f5a90d (diff)
downloadoopsla21_fvhls-409308a05838e23c730b020fd89ae0c58960e1a9.tar.gz
oopsla21_fvhls-409308a05838e23c730b020fd89ae0c58960e1a9.zip
Update on Overleaf.
Diffstat (limited to 'algorithm.tex')
-rw-r--r--algorithm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithm.tex b/algorithm.tex
index ee7de53..8bc0a47 100644
--- a/algorithm.tex
+++ b/algorithm.tex
@@ -28,7 +28,7 @@ This section covers the main architecture of the HLS tool, and the way in which
\draw[->] (cminor) -- (rtl);
\draw[->] (rtl) -- (ltl);
\draw[->] (ltl) -- (contb);
- \draw[->] (contb) -- (ppc)
+ \draw[->] (contb) -- (ppc);
\draw[->] (rtl) -- (dfgstmd);
\draw[->] (dfgstmd) -- (verilog);
\end{tikzpicture}}