summaryrefslogtreecommitdiffstats
path: root/tool-figure.tex
diff options
context:
space:
mode:
authorn.ramanathan14 <n.ramanathan14@imperial.ac.uk>2020-09-07 19:12:31 +0000
committeroverleaf <overleaf@localhost>2020-09-07 19:45:15 +0000
commit6da231b6cc0bc1b0f734f1168d5657ae9aab1037 (patch)
treee9798dc09db3cede43a6b36a2a09bc3a395f8962 /tool-figure.tex
parent2e9db2456f8de13a6439d9f25ec7530b5533555c (diff)
downloadfccm21_esrhls-6da231b6cc0bc1b0f734f1168d5657ae9aab1037.tar.gz
fccm21_esrhls-6da231b6cc0bc1b0f734f1168d5657ae9aab1037.zip
Update on Overleaf.
Diffstat (limited to 'tool-figure.tex')
-rw-r--r--tool-figure.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool-figure.tex b/tool-figure.tex
index 57f7230..8b450ed 100644
--- a/tool-figure.tex
+++ b/tool-figure.tex
@@ -18,6 +18,9 @@ block/.style={draw, minimum width=20mm, minimum height=8mm,align=center},
\draw[-latex] (hls) to [auto] node[inner sep=0] {Verilog program} (eq) ;
\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) ;
%\draw[-latex] (pragma) [out=360-15,in=180+15] to (red);
%\node[] () at (4,-2) {C program};
\end{tikzpicture}