Fix some unhiding. Add some nodes
[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 from earlier
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 }
12
13
14 % \frame{
15 % \frametitle{How do we use \clash{}?}
16 % As a library:
17 % \begin{itemize}
18 %   \item Import the module: CLasH.Translator
19 %   \item And call \emph{makeVHDLAnnotations ghc\_lib\_dir [files\_to\_translate]}
20 % \end{itemize}
21 % Customized GHC:
22 % \begin{itemize}
23 %   \item Call GHC with the --vhdl flag
24 %   \item Use the :vhdl command in GHCi
25 % \end{itemize}
26 % }