summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--related.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/related.tex b/related.tex
index af4d491..33a96e9 100644
--- a/related.tex
+++ b/related.tex
@@ -1,4 +1,4 @@
-\section{Related Work}
+\section{Background}
Compiler Fuzzing is a popular technique to find bugs in programs, and it is especially effective at finding compiler bugs, as Yang \textit{et al.}~\cite{yang11_findin_under_bugs_c_compil} demonstrated by finding more than 300 bugs in GCC and clang. This technique can therefore also be used to find bugs in HLS tools. There has also been some prior work in trying to find bugs in HLS tools and also ensuring that synthesis tools output a correct design.