From 8b62771a4bf5cbd76686ef29463cda049491b940 Mon Sep 17 00:00:00 2001 From: "n.ramanathan14" Date: Wed, 18 Nov 2020 09:59:01 +0000 Subject: Update on Overleaf. --- evaluation.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/evaluation.tex b/evaluation.tex index 38dbf46..a946452 100644 --- a/evaluation.tex +++ b/evaluation.tex @@ -51,23 +51,23 @@ Our evaluation is designed to answer the following three research questions. \JW width=80mm, xlabel={LegUp (ms)}, ylabel={\vericert{} (ms)}, - % xmin=0.01, - % xmax=10, - % ymax=500, - % ymin=0.5, + xmin=10, + xmax=10000, + ymax=100000, + ymin=10, log ticks with fixed point, ] \addplot[draw=none, mark=*, draw opacity=0, fill opacity=0.3] table [x expr={\thisrow{legupcycles}/\thisrow{legupfreqMHz}}, y expr={\thisrow{vericertcycles}/\thisrow{vericertfreqMHz}}, col sep=comma] {results/poly.csv}; - -\addplot[dashed, domain=10:10000]{x}; + +%\addplot[dashed, domain=10:10000]{x}; \addplot[dashed, domain=10:10000]{10*x}; \end{axis} \end{tikzpicture} -\caption{A comparison of the execution time of hardware designs generated by \vericert{} and by LegUp. The diagonal is at $y=50x$.} +\caption{A comparison of the execution time of hardware designs generated by \vericert{} and by LegUp. The diagonal is at $y=10x$.} \label{fig:comparison_time} \end{figure} -- cgit