From 72e8dc4b707a13c68722ce2f28665a84df5a7937 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 14 Sep 2020 16:55:08 +0100 Subject: Add small changes --- tool-figure.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool-figure.tex') diff --git a/tool-figure.tex b/tool-figure.tex index f4226d6..8c140a7 100644 --- a/tool-figure.tex +++ b/tool-figure.tex @@ -7,7 +7,7 @@ block/.style={draw, minimum width=20mm, minimum height=8mm,align=center}, \begin{tikzpicture} \node[block] (csmith) at (-2,1) {\strut Csmith}; \node[block] (pragma) at (0,-1) {\strut pragma \\ generation}; - \node[block] (gcc) at (4,1) {\strut gcc}; + \node[block] (gcc) at (4,1) {\strut GCC}; \node[block] (hls) at (4,-1) {\strut HLS}; \node[block] (eq) at (8,1) {\strut co-simulation \\ checking }; \node[block] (red) at (8,-1) {\strut reduction}; -- cgit