summaryrefslogtreecommitdiffstats
path: root/conclusion.tex
diff options
context:
space:
mode:
authorJohn Wickerson <j.wickerson@imperial.ac.uk>2020-09-14 21:41:16 +0000
committeroverleaf <overleaf@localhost>2020-09-14 21:41:19 +0000
commit62ab08f2dbdb0e8b7ce985819ec82d8697fa6efa (patch)
tree50ef38015e54c3eedf2e7567963062282fa534f1 /conclusion.tex
parent4134704d39bb96c53b47e57ae4d720b6fa1941a1 (diff)
downloadfccm21_esrhls-62ab08f2dbdb0e8b7ce985819ec82d8697fa6efa.tar.gz
fccm21_esrhls-62ab08f2dbdb0e8b7ce985819ec82d8697fa6efa.zip
Update on Overleaf.
Diffstat (limited to 'conclusion.tex')
-rw-r--r--conclusion.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/conclusion.tex b/conclusion.tex
index 92bb12f..31b1939 100644
--- a/conclusion.tex
+++ b/conclusion.tex
@@ -1,5 +1,5 @@
\section{Conclusion}
-We have shown how existing fuzzing tools can be modified so that their outputs are compatible with HLS tools. We have used this testing framework to run 10,000 test cases \JW{check numbers} through three different HLS tools. In total, we found at least 6 individual and unique bugs in all the tools, which have been reduced, analysed, and reported to the vendos These consisted of crashes as well as generation of designs that did not behave in the same way as the original code.
+We have shown how existing fuzzing tools can be modified so that their outputs are compatible with HLS tools. We have used this testing framework to run 10,000 test cases \JW{check numbers} through three different HLS tools. In total, we found at least 6 individual and unique bugs in all the tools, which have been reduced, analysed, and reported to the vendors. These consisted of crashes as well as generation of designs that did not behave in the same way as the original code.
Further work could be done on supporting more HLS tools, especially ones that prove that the output is correct before terminating. This could give an indication on how effective these proofs are, and how many times they cannot prove the output equivalent.