From: Christiaan Baaij <christiaan.baaij@gmail.com>
Date: Sun, 13 Dec 2009 20:36:52 +0000 (+0100)
Subject: CLaSH is now CAES Language for Synchronous Hardware
X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=3dbbf959f851797dfe1c6eea2290da933397ad27;p=matthijs%2Fmaster-project%2Ffinal-presentation.git

CLaSH is now CAES Language for Synchronous Hardware
---

diff --git a/christiaan/reductioncircuit.lhs b/christiaan/reductioncircuit.lhs
index be3c2d6..e1add22 100644
--- a/christiaan/reductioncircuit.lhs
+++ b/christiaan/reductioncircuit.lhs
@@ -95,7 +95,7 @@ fifo :: (State (Fifo {..})) (inp, shift) =
   \item Map all vectors to RAMs:
   \begin{itemize}
     \item Store length separately, extra logic
-    \item What happens if size exceeds size of 1 blockRAM?
+    \item What happens if size of the vector exceeds size of the size of the RAM?
   \end{itemize}
   \item Translate to (shift/circular) Buffers
   \begin{itemize}
diff --git a/matthijs/introduction.lhs b/matthijs/introduction.lhs
index 0d11fd8..a5593d1 100644
--- a/matthijs/introduction.lhs
+++ b/matthijs/introduction.lhs
@@ -129,7 +129,7 @@
   {\Huge \clash}
 
   \bigskip
-  CAES language for hardware descriptions
+  CAES Language for Synchronous Hardware
   \end{center}
 }
 
diff --git a/preamble.tex b/preamble.tex
index 20c6a89..35331f7 100644
--- a/preamble.tex
+++ b/preamble.tex
@@ -1,4 +1,4 @@
 \usepackage[english]{babel}
 \usepackage{xcolor}
 
-\newcommand{\clash}[0]{C$\lambda$asH}
\ No newline at end of file
+\newcommand{\clash}[0]{C$\lambda$aSH}
\ No newline at end of file