summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-04-11 15:58:09 +0100
committerYann Herklotz <git@yannherklotz.com>2021-04-11 16:55:51 +0100
commitf1e4ebdba3c05e1c5d83eeb338c62fc3227b1a1a (patch)
tree096bb355bcbb3b465bd531cc793f7391e2c49d83 /evaluation.tex
parent9c107a5bd8330ca9b5b6bdadf715b2a48dda1489 (diff)
downloadoopsla21_fvhls-f1e4ebdba3c05e1c5d83eeb338c62fc3227b1a1a.tar.gz
oopsla21_fvhls-f1e4ebdba3c05e1c5d83eeb338c62fc3227b1a1a.zip
Add new results
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/evaluation.tex b/evaluation.tex
index 1e02c84..2e08031 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -26,6 +26,20 @@ We configured Polybench's parameters so that only integer types are used, since
\subsection{RQ1: How fast is \vericert{}-generated hardware?}
\begin{figure}\centering
+ \begin{tikzpicture}
+ \begin{axis}[
+ visualization depends on={value \thisrow{Name} \as \labela},
+ width=1\textwidth,
+ height=0.5\textwidth,
+ ]
+
+ \addplot[] table [x=benchmark,y=cycles,col sep=comma] {results/benchmark_results/vericert.csv};
+
+ \end{axis}
+ \end{tikzpicture}
+\end{figure}
+
+\begin{figure}\centering
\begin{subfigure}[t]{0.48\textwidth}
\definecolor{cyclecountcol}{HTML}{1b9e77}
\begin{tikzpicture}