summaryrefslogtreecommitdiffstats
path: root/intro.tex
diff options
context:
space:
mode:
authorJohn Wickerson <j.wickerson@imperial.ac.uk>2020-09-14 18:21:42 +0000
committeroverleaf <overleaf@localhost>2020-09-14 18:22:11 +0000
commit1f234ff14f0efea909e5de409749780cf77ba22b (patch)
treef4e0ad008ca3849cd2b25ef500b892231cbda0fe /intro.tex
parent72e8dc4b707a13c68722ce2f28665a84df5a7937 (diff)
downloadfccm21_esrhls-1f234ff14f0efea909e5de409749780cf77ba22b.tar.gz
fccm21_esrhls-1f234ff14f0efea909e5de409749780cf77ba22b.zip
Update on Overleaf.
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}