Added images
[matthijs/master-project/haskell-symposium-talk.git] / demo.lhs
1 \section{Demonstration}
2
3 \frame{
4 \frametitle{Demo}
5 \begin{itemize}
6   \item Simulate the CPU description
7   \item Translate the CPU to VHDL
8   \item Simulate the generated VHDL
9 \end{itemize}
10 }\note[itemize]{
11 \item Will show video
12 }
13
14 \frame{
15 \frametitle{Generated Schematic}
16 \begin{figure}
17 \centerline{\includegraphics<1>[width=10cm]{cpucomplete}
18 \includegraphics<2>[width=10cm]{cpualu}
19 \includegraphics<3>[height=6cm]{cpuregisters}}
20 \end{figure}
21 }
22
23
24 % \frame{
25 % \frametitle{How do we use \clash{}?}
26 % As a library:
27 % \begin{itemize}
28 %   \item Import the module: CLasH.Translator
29 %   \item And call \emph{makeVHDLAnnotations ghc\_lib\_dir [files\_to\_translate]}
30 % \end{itemize}
31 % Customized GHC:
32 % \begin{itemize}
33 %   \item Call GHC with the --vhdl flag
34 %   \item Use the :vhdl command in GHCi
35 % \end{itemize}
36 % }