X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=demo.lhs;h=0399cc8d0b62dfaaed5e516d71b6dff5760ab72a;hb=f8ca52f68083c6d4081b509681c24b6e059a9eb3;hp=834935d8d9dcd69eab1ebeb658782112c8575da8;hpb=9f6a6587a2e51364cebce060cfc6ef9534b0bd2e;p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git diff --git a/demo.lhs b/demo.lhs index 834935d..0399cc8 100644 --- a/demo.lhs +++ b/demo.lhs @@ -1,25 +1,28 @@ \section{Demonstration} \frame{ -\frametitle{How do we use \clash{}?} -As a library: +\frametitle{Demo} \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 + \item We will simulate the small CPU + \item Translate that CPU code to VHDL + \item Simulate the generated VHDL + \item See the hardware schematic of the synthesized VHDL \end{itemize} +}\note[itemize]{ +\item Will show video } -\frame{ -\frametitle{Real Demo} -\begin{itemize} - \item We will simulate the small CPU from earlier - \item Translate the CPU code to VHDL - \item Simulate the generated VHDL - \item Synthesize the VHDL to get a hardware schematic -\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} +% }