From 912cde654d071f603b5b27d219a025eb16166063 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 6 Jul 2020 01:23:39 +0100 Subject: Fix tex and turn on comments --- algorithm.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'algorithm.tex') 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} -- cgit