summaryrefslogtreecommitdiffstats
path: root/chapters/background.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-06 15:58:16 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-06 15:58:16 +0100
commit493e2fc04b346e0298bf6cfedf994bc48210a9e3 (patch)
tree78548d774643762d087c8e67d7aa476daf0f35cb /chapters/background.tex
parent7be20e38762d6588e94b6318bd038d1558447e2a (diff)
downloadlsr22_fvhls-493e2fc04b346e0298bf6cfedf994bc48210a9e3.tar.gz
lsr22_fvhls-493e2fc04b346e0298bf6cfedf994bc48210a9e3.zip
Fix last reference issues
Diffstat (limited to 'chapters/background.tex')
-rw-r--r--chapters/background.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/background.tex b/chapters/background.tex
index 7ce2064..7f8539c 100644
--- a/chapters/background.tex
+++ b/chapters/background.tex
@@ -241,7 +241,7 @@ as tokens are used to start the next operations. However, Occam is timed by des
execute assignments sequentially. To take advantage of the parallel nature of hardware, Occam uses
explicit parallel constructs with channels to share state. Handel-C, a version of Occam with many
more features such as memory and pointers, has also been used to prove HLS correct, and is described
-further in Section~\ref{sec:wire-to-wire}.
+further in \in{Section}[sec:wire-to-wire].
\section{Mechanised: Compiler Proofs}