Complete draft version of the presentation
[matthijs/master-project/haskell-symposium-talk.git] / demo.lhs
index 834935d8d9dcd69eab1ebeb658782112c8575da8..e4f8d48ebfd6ee7c9c7a8c1b0d6d01a70016c36a 100644 (file)
--- a/demo.lhs
+++ b/demo.lhs
@@ -1,25 +1,26 @@
 \section{Demonstration}
 
 \frame{
-\frametitle{How do we use \clash{}?}
-As a library:
-\begin{itemize}
-  \item Import the module: CLasH.Translator
-  \item And call \emph{makeVHDLAnnotations ghc\_lib\_dir [files\_to\_translate]}
-\end{itemize}
-Customized GHC:
-\begin{itemize}
-  \item Call GHC with the --vhdl flag
-  \item Use the :vhdl command in GHCi
-\end{itemize}
-}
-
-\frame{
-\frametitle{Real Demo}
+\frametitle{Demo}
 \begin{itemize}
   \item We will simulate the small CPU from earlier
-  \item Translate the CPU code to VHDL
+  \item Translate that CPU code to VHDL
   \item Simulate the generated VHDL
-  \item Synthesize the VHDL to get a hardware schematic
+  \item See the hardware schematic of the synthesized VHDL
 \end{itemize}
-}
\ No newline at end of file
+}
+
+% 
+% \frame{
+% \frametitle{How do we use \clash{}?}
+% As a library:
+% \begin{itemize}
+%   \item Import the module: CLasH.Translator
+%   \item And call \emph{makeVHDLAnnotations ghc\_lib\_dir [files\_to\_translate]}
+% \end{itemize}
+% Customized GHC:
+% \begin{itemize}
+%   \item Call GHC with the --vhdl flag
+%   \item Use the :vhdl command in GHCi
+% \end{itemize}
+% }