summaryrefslogtreecommitdiffstats
path: root/algorithm.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-07-06 01:23:39 +0100
committerYann Herklotz <git@yannherklotz.com>2020-07-06 01:23:39 +0100
commit912cde654d071f603b5b27d219a025eb16166063 (patch)
tree7377aba87c1bac6c039dba5fc522e4d1109a8bea /algorithm.tex
parent64f10aab13b694adca6566b10d5dab564a981a09 (diff)
downloadoopsla21_fvhls-912cde654d071f603b5b27d219a025eb16166063.tar.gz
oopsla21_fvhls-912cde654d071f603b5b27d219a025eb16166063.zip
Fix tex and turn on comments
Diffstat (limited to 'algorithm.tex')
-rw-r--r--algorithm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithm.tex b/algorithm.tex
index b76136e..c29ad77 100644
--- a/algorithm.tex
+++ b/algorithm.tex
@@ -63,7 +63,7 @@ Existing HLS compilers usually use LLVM IR as an intermediate representation whe
\begin{figure}
\centering
- \includegraphics[width=0.9]\textwidth]{data/accumulator_fsmd}
+ \includegraphics[width=0.9\textwidth]{data/accumulator_fsmd}
\caption{Accumulator example translated to a finite state-machine with datapath (FSMD).}\label{fig:accumulator_fsmd}
\end{figure}