summaryrefslogtreecommitdiffstats
path: root/related.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-13 19:59:42 +0100
committerYann Herklotz <git@yannherklotz.com>2020-09-13 19:59:42 +0100
commit25604d50631ce7d9ab1c394a2c60632ab77f64fc (patch)
tree87d6ec0e25440590ea48c6c49bfcb7fd9c253109 /related.tex
parent51f6ebc36966ec79c3a4103586a03560c87c2ffd (diff)
downloadfccm21_esrhls-25604d50631ce7d9ab1c394a2c60632ab77f64fc.tar.gz
fccm21_esrhls-25604d50631ce7d9ab1c394a2c60632ab77f64fc.zip
Change to background
Diffstat (limited to 'related.tex')
-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.