X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=demo.lhs;h=0399cc8d0b62dfaaed5e516d71b6dff5760ab72a;hb=f8ca52f68083c6d4081b509681c24b6e059a9eb3;hp=a88787797d0db7114740f23492d0961358765af8;hpb=bf7c294bcfb5b4528e4daf0bdddd18ab59adc86c;p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git diff --git a/demo.lhs b/demo.lhs index a887877..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} -Use 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} +% }