Merge branch 'haskel09talk' of http://git.stderr.nl/matthijs/projects/master-project
[matthijs/master-project/haskell-symposium-talk.git] / reducer.lhs
index 09013d17dd60a4bace43f83060e43c639cbf4b4f..4d74c68ed188bc00b66f31730421be46ba86a204 100644 (file)
@@ -1,12 +1,23 @@
 \section{Real Hardware Designs}
 \frame{
-\frametitle{Is \clash{} usable?}
+\frametitle{More than just toys}
 \pause
+TODO: Plaatje van de reducer
 \begin{itemize}
-  \item It can be used for more than toy examples\pause
-  \item We designed a matrix reduction circuit\pause
-  \item We simulated it in Haskell\pause
-  \item Simulation results in VHDL match\pause
-  \item Synthesis completes without errors or warnings
+  \item We implemented a reduction circuit in \clash{}\pause
+  \item Simulation results in Haskell match VHDL simulation results\pause
+  \item Synthesis completes without errors or warnings\pause
+  \item Around half speed of handcoded and optimized VHDL \pause
 \end{itemize}
-}
\ No newline at end of file
+}\note[itemize]{
+\item Toys like the poly cpu one are good to give a quick demo
+\item But we used \clash{} to design 'real' hardware
+\item Reduction circuit sums the numbers in a row of a (sparse) matrix
+\item Nice speed considering we don't optimize for it (only single example!)
+}
+
+\begin{frame}[plain] 
+   \begin{centering} 
+      \includegraphics[height=\paperheight]{reducerschematic.png} 
+      \end{centering} 
+\end{frame}