Merge git://github.com/christiaanb/thesispresentation
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Dec 2009 21:29:13 +0000 (22:29 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 13 Dec 2009 21:29:13 +0000 (22:29 +0100)
* git://github.com/christiaanb/thesispresentation:
  Fix picture
  Use \clash command. Fix pictures
  CLaSH is now CAES Language for Synchronous Hardware

christiaan/fir.lhs
christiaan/reductioncircuit.lhs
fir0.png
fir2.png

index a35efb6cb863b64384840b1a25587442b6192f43..01a566628ed5a125fefa914ee4847a1e37bd31a3 100644 (file)
@@ -48,7 +48,7 @@
    \frametitle{Synthesized Output}
    \vspace{-0.8em}
    \begin{figure} 
-      \centerline{\includegraphics[width=\paperwidth,trim=9mm 4cm 14mm 4cm, clip=true]{fir0.png}}
+      \centerline{\includegraphics[width=\paperwidth,trim=9mm 14cm 14mm 16cm, clip=true]{fir0.png}}
     \end{figure}
 \end{frame}
 
@@ -56,7 +56,7 @@
    \frametitle{Synthesized Output}
    \vspace{-0.8em}
    \begin{figure} 
-      \centerline{\includegraphics[width=\paperwidth,trim=9mm 4cm 16.5cm 4cm, clip=true]{fir1.png}}
+      \centerline{\includegraphics[width=\paperwidth,trim=9mm 15cm 16.5cm 11cm, clip=true]{fir1.png}}
     \end{figure}
 \end{frame}
 
@@ -64,6 +64,6 @@
    \frametitle{Synthesized Output}
    \vspace{-0.8em}
    \begin{figure} 
-      \centerline{\includegraphics[width=\paperwidth,trim=3cm 4cm 4cm 4cm, clip=true]{fir2.png}}
+      \centerline{\includegraphics[width=\paperwidth,trim=3cm 13cm 4cm 11cm, clip=true]{fir2.png}}
     \end{figure}
 \end{frame}
\ No newline at end of file
index be3c2d60d601cf1ae64f632c9847a11d7b1ddb06..a41dbf6dfb46fb89d4bf4047b90a23192659cf84 100644 (file)
@@ -3,14 +3,14 @@
 \frame{
 \frametitle{Too Restrictive?}
 \begin{itemize}
-  \item Is CλasH too restrictive given the fact that a designer can currently not define his own vector transformations, or recursive functions for that matter?
+  \item Is \clash{} too restrictive given the fact that a designer can currently not define his own vector transformations, or recursive functions for that matter?
 \end{itemize}
 }
 
 \frame{
 \frametitle{Too Restrictive?}
 \begin{itemize}
-  \item There is certainly room to increase expressivity. But we can already describe non-trivial design in CλasH.
+  \item There is certainly room to increase expressivity. But we can already describe non-trivial design in \clash{}.
   \item Example: Reduction circuit
 \end{itemize}
 }
@@ -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 71782b82f09a8ba047d2b7b295e0f62d3d2c953c..43b184dac83b9d635985db1c864e21a4d8f62059 100644 (file)
Binary files a/fir0.png and b/fir0.png differ
index 8541aba34f077233713c0e072e93ea433aeb7a83..7af7f76f87b2f84e8ddee6722f3ea86f2ec1c5b4 100644 (file)
Binary files a/fir2.png and b/fir2.png differ