Merge branch 'haskel09talk' of http://git.stderr.nl/matthijs/projects/master-project
[matthijs/master-project/haskell-symposium-talk.git] / demo.lhs
1 \section{Demonstration}
2
3 \frame{
4 \frametitle{Demo}
5 \begin{itemize}
6   \item We will simulate the small CPU
7   \item Translate that CPU code to VHDL
8   \item Simulate the generated VHDL
9   \item See the hardware schematic of the synthesized VHDL
10 \end{itemize}
11 }\note[itemize]{
12 \item Will show video
13 }
14
15
16 % \frame{
17 % \frametitle{How do we use \clash{}?}
18 % As a library:
19 % \begin{itemize}
20 %   \item Import the module: CLasH.Translator
21 %   \item And call \emph{makeVHDLAnnotations ghc\_lib\_dir [files\_to\_translate]}
22 % \end{itemize}
23 % Customized GHC:
24 % \begin{itemize}
25 %   \item Call GHC with the --vhdl flag
26 %   \item Use the :vhdl command in GHCi
27 % \end{itemize}
28 % }