summaryrefslogtreecommitdiffstats
path: root/tool-figure.tex
diff options
context:
space:
mode:
authorJohn Wickerson <j.wickerson@imperial.ac.uk>2020-09-14 20:21:45 +0000
committeroverleaf <overleaf@localhost>2020-09-14 20:21:49 +0000
commitd33471f50719ced79d70ae4fbddaa97559d7846e (patch)
tree54741c9e6f63baa7366c43519cdc476a54635485 /tool-figure.tex
parent9e4feb9604941a5fd75e891bf280406c93af1db2 (diff)
downloadfccm21_esrhls-d33471f50719ced79d70ae4fbddaa97559d7846e.tar.gz
fccm21_esrhls-d33471f50719ced79d70ae4fbddaa97559d7846e.zip
Update on Overleaf.
Diffstat (limited to 'tool-figure.tex')
-rw-r--r--tool-figure.tex8
1 files changed, 3 insertions, 5 deletions
diff --git a/tool-figure.tex b/tool-figure.tex
index 8c140a7..f909da1 100644
--- a/tool-figure.tex
+++ b/tool-figure.tex
@@ -19,14 +19,12 @@ block/.style={draw, minimum width=20mm, minimum height=8mm,align=center},
\draw[-latex,dashed,red] (eq) to [auto] node [red] {fail} (red) ;
\draw[-latex,dashed,red] (hls) to [auto] node [red] {crash} (red) ;
% marking the test harness
- \node[] (label) at (3.7,1.75) {\strut Test harness} ;
- \draw[-,dashed] (2.85,2) -- (2.85,-1.6) -- (5.2,-1.6) -- (5.2,-0.6) -- (7.1,0.3) -- (9.2,0.3) -- (9.2,2) -- (2.8,2) ;
+ %\node[] (label) at (3.7,1.75) {\strut Test harness} ;
+ %\draw[-,dashed] (2.85,2) -- (2.85,-1.6) -- (5.2,-1.6) -- (5.2,-0.6) -- (7.1,0.3) -- (9.2,0.3) -- (9.2,2) -- (2.8,2) ;
%\draw[-latex] (pragma) [out=360-15,in=180+15] to (red);
%\node[] () at (4,-2) {C program};
\end{tikzpicture}
% \includegraphics{}
- \caption{A figure that shows the overall flow.
- \NR{Is that more accurate now? Do programs that crash get reduced? Do pragmas get reduced too?}\YH{Yes that is accurate, crashes and failures are reduced now.}
- }
+ \caption{The overall flow of our approach for fuzzing HLS tools.}
\label{fig:method:toolflow}
\end{figure*}