From a235e487ba10738c3c2d0d2c8d3ca9cf74c553ca Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 14 Sep 2020 22:46:32 +0100 Subject: Add --- eval_rewrite.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eval_rewrite.tex b/eval_rewrite.tex index ab855b4..4ef0fe8 100644 --- a/eval_rewrite.tex +++ b/eval_rewrite.tex @@ -129,6 +129,8 @@ In addition to the explanation to bugs given in Section~\ref{sec:evaluation}, bu Firstly, there is a group of failing test cases that is constant between all versions of Vivado HLS, meaning these are bugs that were not fixed between the versions. Other ribbons can be seen weaving in and out of failing for a version, meaning these bugs were fixed or reintroduced in those versions. From the diagram it can then be seen that Vivado HLS 2018.3 contains the most failing test cases compared to the other versions, having 62 test cases fail in total. Interestingly, Vivado HLS 2019.1 and 2019.2 have a different number of failing test cases, meaning feature improvements that introduced bugs as well as bug fixes between those minor versions. + + \definecolor{ribbon1}{HTML}{8dd3c7} \definecolor{ribbon2}{HTML}{b3de69} \definecolor{ribbon3}{HTML}{bebada} -- cgit