summaryrefslogtreecommitdiffstats
path: root/chapters/pipelining.tex
diff options
context:
space:
mode:
Diffstat (limited to 'chapters/pipelining.tex')
-rw-r--r--chapters/pipelining.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapters/pipelining.tex b/chapters/pipelining.tex
index b0bdb20..7d81da6 100644
--- a/chapters/pipelining.tex
+++ b/chapters/pipelining.tex
@@ -17,7 +17,7 @@ addresses parallelisation within one iteration. Traditionally, loop pipelining
of the normal scheduling step in \HLS, as the scheduling algorithm can be generalised to support
these new constraints. However, it becomes expensive to check the correctness of a scheduling
algorithm that transforms the code in this many ways. It is better to separate loop pipelining into
-it's own translation pass which does a source-to-source translation of the code. The final result
+its own translation pass which does a source-to-source translation of the code. The final result
should be similar to performing the loop pipelining together with the scheduling.
\section{Loop pipelining example}