Merge branch 'haskel09talk' of http://git.stderr.nl/matthijs/projects/master-project
[matthijs/master-project/haskell-symposium-talk.git] / reducer.lhs
1 \section{Real Hardware Designs}
2 \frame{
3 \frametitle{More than just toys}
4 \pause
5 TODO: Plaatje van de reducer
6 \begin{itemize}
7   \item We implemented a reduction circuit in \clash{}\pause
8   \item Simulation results in Haskell match VHDL simulation results\pause
9   \item Synthesis completes without errors or warnings\pause
10   \item Around half speed of handcoded and optimized VHDL \pause
11 \end{itemize}
12 }\note[itemize]{
13 \item Toys like the poly cpu one are good to give a quick demo
14 \item But we used \clash{} to design 'real' hardware
15 \item Reduction circuit sums the numbers in a row of a (sparse) matrix
16 \item Nice speed considering we don't optimize for it (only single example!)
17 }
18
19 \begin{frame}[plain] 
20    \begin{centering} 
21       \includegraphics[height=\paperheight]{reducerschematic.png} 
22       \end{centering} 
23 \end{frame}