summaryrefslogtreecommitdiffstats
path: root/algorithm.tex
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-06-29 17:11:43 +0100
committerYann Herklotz <git@yannherklotz.com>2020-06-29 17:11:43 +0100
commitb6b61bea20527887eb6b927ee59068f0cd41991e (patch)
tree1afe0637a175a32bb0fc982ba85d736ef338639a /algorithm.tex
parent9797dabf78b306183766c2446b3ee62406d9623f (diff)
downloadoopsla21_fvhls-b6b61bea20527887eb6b927ee59068f0cd41991e.tar.gz
oopsla21_fvhls-b6b61bea20527887eb6b927ee59068f0cd41991e.zip
Add section to algorithm
Diffstat (limited to 'algorithm.tex')
-rw-r--r--algorithm.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/algorithm.tex b/algorithm.tex
index 6811137..6035581 100644
--- a/algorithm.tex
+++ b/algorithm.tex
@@ -33,6 +33,8 @@ Existing HLS compilers usually use LLVM IR as an intermediate representation whe
%%TODO: Maybe add why LTL and the other smaller languages are not that well suited
+To describe the translation, we can start with a simple example of how to translate a simple matrix multiplication example.
+
\subsection{CompCert RTL}
All CompCert intermediate language follow the similar structure below: