CLaSH is now CAES Language for Synchronous Hardware
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Sun, 13 Dec 2009 20:36:52 +0000 (21:36 +0100)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Sun, 13 Dec 2009 20:36:52 +0000 (21:36 +0100)
christiaan/reductioncircuit.lhs
matthijs/introduction.lhs
preamble.tex

index be3c2d60d601cf1ae64f632c9847a11d7b1ddb06..e1add22cc3c0aa6be5413f56c3aca5f3111ed606 100644 (file)
@@ -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}
index 0d11fd84a88e3d9cbd5ef5e7daeb5ce6bf5199a2..a5593d1bc1fd459317d64c5e62afae7fc4c1f25e 100644 (file)
   {\Huge \clash}
 
   \bigskip
-  CAES language for hardware descriptions
+  CAES Language for Synchronous Hardware
   \end{center}
 }
 
index 20c6a89b547b2f649f35e37531a75f3818e48ae0..35331f7bce02e3a535180de0fcde893ca67f92ff 100644 (file)
@@ -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