summaryrefslogtreecommitdiffstats
path: root/method.tex
diff options
context:
space:
mode:
authorJohn Wickerson <j.wickerson@imperial.ac.uk>2020-09-15 10:12:29 +0000
committeroverleaf <overleaf@localhost>2020-09-15 10:13:09 +0000
commit57d8ac04b244070f8a012a8e81298578a0ae3b2d (patch)
treef8df1ab35c259258747296cb9e6d1e5f0b7ebdb0 /method.tex
parentb4b05be981d7ea3043ddcce6766dfa0f260bc532 (diff)
downloadfccm21_esrhls-57d8ac04b244070f8a012a8e81298578a0ae3b2d.tar.gz
fccm21_esrhls-57d8ac04b244070f8a012a8e81298578a0ae3b2d.zip
Update on Overleaf.
Diffstat (limited to 'method.tex')
-rw-r--r--method.tex16
1 files changed, 10 insertions, 6 deletions
diff --git a/method.tex b/method.tex
index 701a3e3..052f8b3 100644
--- a/method.tex
+++ b/method.tex
@@ -4,12 +4,16 @@
This section describes how we conducted our testing campaign, the overall flow of which is shown in Figure~\ref{fig:method:toolflow}.
\input{tool-figure}
-\begin{itemize}
-\item In~\S\ref{sec:method:csmith}, we describe how we configure Csmith to generate HLS-friendly random programs for our testing campaign.
-\item In~\S\ref{sec:method:annotate}, we discuss how we augment those random programs with directives and the necessary configuration files for HLS compilation.
-\item In~\S\ref{sec:method:testing}, we discuss how we set up compilation and co-simulation checking for the three HLS tools under test.
-\item Finally, in~\S\ref{sec:method:reduce}, we discuss how we reduce problematic programs in order to obtain minimal examples of bugs.
-\end{itemize}
+%\begin{itemize}
+%\item
+In~\S\ref{sec:method:csmith}, we describe how we configure Csmith to generate HLS-friendly random programs for our testing campaign.
+%\item
+In~\S\ref{sec:method:annotate}, we discuss how we augment those random programs with directives and the necessary configuration files for HLS compilation.
+%\item
+In~\S\ref{sec:method:testing}, we discuss how we set up compilation and co-simulation checking for the three HLS tools under test.
+%\item
+Finally, in~\S\ref{sec:method:reduce}, we discuss how we reduce problematic programs in order to obtain minimal examples of bugs.
+%\end{itemize}
% How we configure Csmith so that it only generates HLS-friendly programs.
% \item How we process the programs generated by Csmith to add in labels on loops etc.