X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=blobdiff_plain;f=matthijs%2Fintroduction.lhs;h=6a55aa26a0b386dc53c280f83dd99124027a732b;hp=7aff0cfd247c33e8ddfdcabfeb2643d570f24f42;hb=cd79bd441561d9000853d2a8e00f325789014e16;hpb=cadcb13003533a9d7901e1b80da3e7f6e31b75c9 diff --git a/matthijs/introduction.lhs b/matthijs/introduction.lhs index 7aff0cf..6a55aa2 100644 --- a/matthijs/introduction.lhs +++ b/matthijs/introduction.lhs @@ -114,21 +114,19 @@ { \frametitle{Multiply-accumulate} \begin{columns} - \begin{column}{5cm} - \begin{block}{} + \begin{column}{4cm} \begin{tabular}{lll} Input A & Input B & Output \\ \hline - 1 & 1 & 0 \\ - 1 & 2 & 1 \\ - 1 & 1 & 3 \\ - 2 & 2 & 4 \\ + 1 & 1 & 1 \\ + 1 & 2 & 3 \\ + 1 & 1 & 4 \\ + 2 & 2 & 8 \\ \end{tabular} - \end{block} \end{column} - \begin{column}{5cm} + \begin{column}{6cm} \begin{figure} - TODO: Image of MAC with internal register + \includegraphics[width=7cm]{figures/archs/Mac} \end{figure} \end{column} \end{columns} @@ -149,7 +147,7 @@ { \frametitle{Multiply-accumulate} \begin{columns} - \begin{column}{5cm} + \begin{column}{4cm} \begin{block}{} \vspace{-0.5cm} \begin{verbatim} @@ -159,9 +157,9 @@ in (State sum, sum) \end{verbatim} \end{block} \end{column} - \begin{column}{5cm} + \begin{column}{6cm} \begin{figure} - TODO: Image of MAC with external register + \includegraphics[width=7cm]{figures/archs/MacExternal} \end{figure} \end{column} \end{columns}