summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-14 22:59:41 +0100
committerYann Herklotz <git@yannherklotz.com>2020-09-14 22:59:41 +0100
commit780c03b19a3278bbb176547c4854f45de4c7436f (patch)
tree223b192f33eea0174071c17eda589bd3f025c276
parent17be3d524611980ad5b4958631b312e1b6d8c255 (diff)
parent5b4d63d638fdf5034923e68598d05ed0aba645fb (diff)
downloadfccm21_esrhls-780c03b19a3278bbb176547c4854f45de4c7436f.tar.gz
fccm21_esrhls-780c03b19a3278bbb176547c4854f45de4c7436f.zip
Merge branch 'master' of https://git.overleaf.com/5f2d21b9b10d6c0001c164a4 into master
-rw-r--r--conclusion.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/conclusion.tex b/conclusion.tex
index f073df2..7d65824 100644
--- a/conclusion.tex
+++ b/conclusion.tex
@@ -1,7 +1,7 @@
\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 tool vendors. These bugs include crashes as well as instances of generated designs not behaving in the same way as the original code.
-One can always question how much bugs found by fuzzers really \emph{matter}, given that they are usually found by combining language features in ways that are vanishingly unlikely to happen `in the wild'. This question is especially pertinent for our particular context of HLS tools, which are well-known to have restrictions on the language features that they handle. Nevertheless, we would argue that any bugs have the potential to cause problems
+One can always question how much bugs found by fuzzers really \emph{matter}, given that they are usually found by combining language features in ways that are vanishingly unlikely to happen `in the wild'. This question is especially pertinent for our particular context of HLS tools, which are well-known to have restrictions on the language features that they handle. Nevertheless, we would argue that any errors in the design have the potential to cause problems
Further work could be done on supporting more HLS tools, especially ones that claim to prove that their output is correct before terminating. This could give an indication on how effective these proofs are, and how often they are actually able to complete their equivalence proofs during compilation in a feasible time scale.