X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git;a=blobdiff_plain;f=demo.lhs;h=f50a9590df95d6e92a458b5e83aee2d2e49fd44f;hp=0399cc8d0b62dfaaed5e516d71b6dff5760ab72a;hb=HEAD;hpb=f8ca52f68083c6d4081b509681c24b6e059a9eb3 diff --git a/demo.lhs b/demo.lhs index 0399cc8..f50a959 100644 --- a/demo.lhs +++ b/demo.lhs @@ -3,15 +3,24 @@ \frame{ \frametitle{Demo} \begin{itemize} - \item We will simulate the small CPU - \item Translate that CPU code to VHDL + \item Pre-Recored Video: VHDL Synthesis takes too long + \item Simulate the CPU description + \item Translate the CPU 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{Generated Schematic} +\begin{figure} +\centerline{\includegraphics<1>[width=10.3cm]{cpucomplete} +\includegraphics<2>[width=11.3cm]{cpualu} +\includegraphics<3>[height=6.3cm]{cpuregisters}} +\end{figure} +} + % % \frame{ % \frametitle{How do we use \clash{}?}