summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorn.ramanathan14 <n.ramanathan14@imperial.ac.uk>2020-11-19 14:46:18 +0000
committeroverleaf <overleaf@localhost>2020-11-19 15:18:58 +0000
commit46512862681711965ae680633e146c23356794f5 (patch)
tree0089876503e3a3af10072ebd94d2c721af87607c /evaluation.tex
parent462a099b260cbf25a758b8d6309ee33d0f8a3b62 (diff)
downloadoopsla21_fvhls-46512862681711965ae680633e146c23356794f5.tar.gz
oopsla21_fvhls-46512862681711965ae680633e146c23356794f5.zip
Update on Overleaf.
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/evaluation.tex b/evaluation.tex
index c5b09ff..8981f11 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -88,7 +88,7 @@ In addition, we initial the input arrays and check the output arrays of all prog
\end{axis}
\end{tikzpicture}
-\caption{A comparison of the execution time of hardware designs generated by \vericert{} and by \legup{}.}
+\caption{A comparison of the execution time of hardware designs generated by \vericert{} and by \legup{}, where the diagonal represents $y=x$.}
\label{fig:comparison_time}
\end{figure}
@@ -126,7 +126,7 @@ Cycle count is one factor in calculating execution latency. The other factor is
table [x expr=(\thisrow{legupluts}/427200*100), y expr=(\thisrow{vericertluts}/427200*100), col sep=comma]
{results/poly.csv};
- \addplot[dashed, domain=0:1]{x};
+% \addplot[dashed, domain=0:1]{x};
\end{axis}
\end{tikzpicture}