X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git;a=blobdiff_plain;f=demo.lhs;fp=demo.lhs;h=e4f8d48ebfd6ee7c9c7a8c1b0d6d01a70016c36a;hp=834935d8d9dcd69eab1ebeb658782112c8575da8;hb=2523b691bc4f9871e5d0fb3823fcd2c8952affaa;hpb=994fb60ca2fb9a48380e54b4392f7519fcc63ec1 diff --git a/demo.lhs b/demo.lhs index 834935d..e4f8d48 100644 --- a/demo.lhs +++ b/demo.lhs @@ -1,25 +1,26 @@ \section{Demonstration} \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} -} - -\frame{ -\frametitle{Real Demo} +\frametitle{Demo} \begin{itemize} \item We will simulate the small CPU from earlier - \item Translate the CPU code to VHDL + \item Translate that CPU code to VHDL \item Simulate the generated VHDL - \item Synthesize the VHDL to get a hardware schematic + \item See the hardware schematic of the synthesized VHDL \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} +% }