summaryrefslogtreecommitdiffstats
path: root/evaluation.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-18 21:20:31 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-18 22:05:58 +0000
commit3b7bb995249551aab27ba5e12c425f40df793773 (patch)
tree66a8589cfa3f868e195bf80ad072275cdddb44f6 /evaluation.tex
parentf391370cd91c5848496ae47ab246afa0a0bbd6e2 (diff)
downloadoopsla21_fvhls-3b7bb995249551aab27ba5e12c425f40df793773.tar.gz
oopsla21_fvhls-3b7bb995249551aab27ba5e12c425f40df793773.zip
Chop evaluation
Diffstat (limited to 'evaluation.tex')
-rw-r--r--evaluation.tex15
1 files changed, 0 insertions, 15 deletions
diff --git a/evaluation.tex b/evaluation.tex
index dd206ec..9e000b0 100644
--- a/evaluation.tex
+++ b/evaluation.tex
@@ -16,21 +16,6 @@ Our evaluation is designed to answer the following three research questions.
\paragraph{Experimental setup.} In order to generate a hardware implementation, the Verilog produced by the HLS tool-under-test must be synthesised to a netlist; the resultant netlist can then be placed-and-routed for a particular FPGA device. We use Intel Quartus~\cite{quartus} for both of these tasks, and we target an Arria 10 FPGA.
-\begin{table*}
- \begin{tabular}{lcccccccccccc}
- \toprule
- \textbf{Benchmark} & \multicolumn{2}{c}{\bf Cycles} & \multicolumn{2}{c}{\bf Frequency / MHz} & \multicolumn{2}{c}{\bf LUTs} & \multicolumn{2}{c}{\bf Registers} & \multicolumn{2}{c}{\bf Block RAMs} & \multicolumn{2}{c}{\bf DSPs}\\
- & L & V & L & V & L & V & L & V & L & V & L & V\\
- \midrule
- adpcm & 30241 & 121386 & 90.05 & 66.3 & 7719 & 51626 & 12034 & 42688 & 7 & 0 & 0 & 48\\
- aes & 8489 & 41958 & 87.83 & 19.6 & 24413 & 104017 & 23796 & 94239 & 19 & 0 & 0 & 6\\
- gsm & 7190 & 21994 & 119.25 & 66.1 & 6638 & 45764 & 9201 & 33675 & 3 & 0 & 0 & 8 \\
- mips & 7754 & 18482 & 98.95 & 78.43 & 5049 & 10617 & 4185 & 7690 & 0 & 0 & 0 & 0\\
- \bottomrule
- \end{tabular}
- \caption{CHStone programs synthesised with \legup{} 5.1 (L) and with \vericert{} (V) \JW{I guess this table is for the chop?}}\label{tab:chstone}
-\end{table*}
-
\subsection{RQ1: How fast is \vericert{}-generated hardware?}
\begin{figure}