summaryrefslogtreecommitdiffstats
path: root/intro.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-09-14 19:26:37 +0100
committerYann Herklotz <git@yannherklotz.com>2020-09-14 19:26:37 +0100
commit2a6bfbca578130702fa261a0da8af977cd4caeac (patch)
tree34cb11032e9106d8ecaedce1dcf383e10dc58780 /intro.tex
parentfed55c3f2f0736e3ef958b4ea690f92f0492ed97 (diff)
parent1e59f711e154f01997c6c95b4501e5e9b793a826 (diff)
downloadfccm21_esrhls-2a6bfbca578130702fa261a0da8af977cd4caeac.tar.gz
fccm21_esrhls-2a6bfbca578130702fa261a0da8af977cd4caeac.zip
Merge branch 'master' of https://git.overleaf.com/5f2d21b9b10d6c0001c164a4 into master
Diffstat (limited to 'intro.tex')
-rw-r--r--intro.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/intro.tex b/intro.tex
index 27b2831..37bc060 100644
--- a/intro.tex
+++ b/intro.tex
@@ -14,7 +14,7 @@ int main() {
return b;
}
\end{minted}
- \caption{Miscompilation bug found in Xilinx Vivado HLS 2018.3 and 2019.2. The program returns \code{0x006535FF} but the correct result is \code{0x046535FF}. \JW{Collapse lines 5-7 into a single line?}\YH{Yes I think it's good like this}}
+ \caption{Miscompilation bug found in Xilinx Vivado HLS 2018.3 and 2019.2. The program returns \code{0x006535FF} but the correct result is \code{0x046535FF}.}
\label{fig:vivado_bug1}
\end{figure}