summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorn.ramanathan14 <n.ramanathan14@imperial.ac.uk>2020-11-18 09:59:01 +0000
committeroverleaf <overleaf@localhost>2020-11-18 10:00:57 +0000
commit8b62771a4bf5cbd76686ef29463cda049491b940 (patch)
tree14335f60704aea0313690d4272067f69030cd18c /evaluation.tex
parent48b8d404cb3286b69fe73e40fb83c32d0e22d99e (diff)
downloadoopsla21_fvhls-8b62771a4bf5cbd76686ef29463cda049491b940.tar.gz
oopsla21_fvhls-8b62771a4bf5cbd76686ef29463cda049491b940.zip
Update on Overleaf.
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex14
1 files 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}