summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-14 22:39:44 +0100
committerYann Herklotz <git@yannherklotz.com>2020-09-14 22:39:44 +0100
commitfc5176c898d528e2ef9d44c462db7b57585b000a (patch)
tree3ecb2cb7dcdcfefda79f063cd6ca7559cd8ada86
parent5d1e6f9024d810b7c726f0b5e5ca18bf6ae0eb2c (diff)
downloadfccm21_esrhls-fc5176c898d528e2ef9d44c462db7b57585b000a.tar.gz
fccm21_esrhls-fc5176c898d528e2ef9d44c462db7b57585b000a.zip
Fix size
-rw-r--r--eval_rewrite.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval_rewrite.tex b/eval_rewrite.tex
index a100ad7..364117f 100644
--- a/eval_rewrite.tex
+++ b/eval_rewrite.tex
@@ -4,7 +4,7 @@
\definecolor{intel}{HTML}{beaed4}
\definecolor{legup}{HTML}{fdc086}
\begin{figure}
- \resizebox{0.5\textwidth}{!}{%
+ \resizebox{0.47\textwidth}{!}{%
\begin{tikzpicture}
\draw (-14.5,7.65) rectangle (0,-1);
\draw[fill=vivado,fill opacity=0.5] (-4.4,4.4) ellipse (3.75 and 2.75);
@@ -127,7 +127,7 @@ int main() {
In addition to the explanation to bugs given in Section~\ref{sec:evaluation}, bugs found in various versions of Vivado are also analysed, which are shown in Figure~\ref{fig:sankey_diagram}. The figure depicts failing test cases in 3645 test cases that were passed to Vivado 2018.3, 2019.1 and 2019.2. All test cases that fail in the same tools are grouped together into a ribbon, showing when a bug is present in one of the tools.
-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 the
+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}