summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eval_rewrite.tex30
1 files changed, 16 insertions, 14 deletions
diff --git a/eval_rewrite.tex b/eval_rewrite.tex
index 5bbbd13..a100ad7 100644
--- a/eval_rewrite.tex
+++ b/eval_rewrite.tex
@@ -6,20 +6,22 @@
\begin{figure}
\resizebox{0.5\textwidth}{!}{%
\begin{tikzpicture}
- \draw[fill=vivado,fill opacity=0.5] (-4.4,4.4) ellipse (3.75 and 2.75);
- \draw[fill=intel,fill opacity=0.5] (-10.2,4.4) ellipse (3.75 and 2.75);
- \draw[fill=legup,fill opacity=0.5] (-7.3,2) ellipse (3.75 and 2.75);
- \node at (-10.2,6.3) {\Large\textsf{\textbf{Vivado}}};
- \node at (-4.4,6.3) {\Large\textsf{\textbf{Intel HLS}}};
- \node at (-7.3,0) {\Large\textsf{\textbf{Legup}}};
-
- \node at (-5.5,3) {\Huge 1 / \textcolor{red}{1}};
- \node at (-9.1,3) {\Huge 4 / \textcolor{red}{0}};
- \node at (-3,5) {\Huge 26 / \textcolor{red}{540}};
- \node at (-11.6,5) {\Huge 79 / \textcolor{red}{20}};
- \node at (-7.3,1) {\Huge 162 / \textcolor{red}{6}};
- \node at (-7.3,5.2) {\Huge 0 / \textcolor{red}{5}};
- \node at (-7.3,3.8) {\Huge 0 / \textcolor{red}{0}};
+ \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);
+ \draw[fill=intel,fill opacity=0.5] (-10.2,4.4) ellipse (3.75 and 2.75);
+ \draw[fill=legup,fill opacity=0.5] (-7.3,2) ellipse (3.75 and 2.75);
+ \node at (-10.2,6.3) {\Large\textsf{\textbf{Vivado}}};
+ \node at (-4.4,6.3) {\Large\textsf{\textbf{Intel HLS}}};
+ \node at (-7.3,0) {\Large\textsf{\textbf{Legup}}};
+
+ \node at (-5.5,3) {\Huge 1 / \textcolor{red}{1}};
+ \node at (-9.1,3) {\Huge 4 / \textcolor{red}{0}};
+ \node at (-3,5) {\Huge 26 / \textcolor{red}{540}};
+ \node at (-11.6,5) {\Huge 79 / \textcolor{red}{20}};
+ \node at (-7.3,1) {\Huge 162 / \textcolor{red}{6}};
+ \node at (-7.3,5.2) {\Huge 0 / \textcolor{red}{5}};
+ \node at (-7.3,3.8) {\Huge 0 / \textcolor{red}{0}};
+ \node at (-13,-0.5) {\Huge 5856 / \textcolor{red}{0}};
\end{tikzpicture}
}
\caption{Venn diagram showing the bug failures in each tool out of 6700 test cases that were run. Overlapping regions mean that the test cases failed in all those tools. The numbers in red represent the number of test cases that timed out after two hours.}\label{fig:existing_tools}