Update first few slides.
authorMatthijs Kooijman <kooijman@eris.recoresystems.com>
Tue, 1 Jul 2008 15:59:38 +0000 (17:59 +0200)
committerMatthijs Kooijman <kooijman@eris.recoresystems.com>
Tue, 1 Jul 2008 15:59:38 +0000 (17:59 +0200)
Presentations/InternalProgress.tex

index 6a710abf95e759fce6d447bcf68e5f8e5ff0bc2d..267f1be9b76642afc7cb4c353acab92d32645f2f 100755 (executable)
@@ -23,7 +23,6 @@
 % Can use a tiny fontsize
 \usepackage{fancyvrb}
 
-
 %\usepackage{pgfpages}
 %\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm]
 
 \end{frame}
 
 \section{Introduction}
-  \begin{frame}{Montium Tile Processor}
-    \begin{itemize}
-      \item Explicitely parallel processor
-      \item Multilevel reconfiguration
-      \item Separate memory addressing units
-      \item Data oriented, limited control flow
-      \item Redesign on the way
-    \end{itemize}
-  \end{frame}
-
-  \begin{frame}{MontiumC}
-    \begin{itemize}
-      \item Subset of C
-      \item Operations on data using MontiumC API
-      \item Compilable by gcc (as C++)
-      \item Under constant improvement
-    \end{itemize}
-  \end{frame}
-
   \begin{frame}{Low Level Virtual Machine (LLVM)}
     \begin{itemize}
       \item Compiler framework.
       \item Provides:
       \begin{itemize}
-        \item C Frontend
-        \item Intermediate representation (LLVM IR)
-        \item Transformation passes
+        \alert<2>{\item C Frontend}
+        \alert<2>{\item Intermediate representation (LLVM IR)}
+        \alert<2>{\item Transformation passes}
         \item Native codegenerators
         \item JIT compilation
       \end{itemize}
     \end{itemize}
   \end{frame}
 
-  \begin{frame}{Compiling MontiumC}
-    \pgfdeclareimage[width=\textwidth]{Compiling}{images/Compiling}
-    \pgfuseimage{Compiling}
-    \begin{itemize}
-      \item Focus: montiumccfe and transformations
-    \end{itemize}
+  \begin{frame}{Montium Workflow}
+    \pgfdeclareimage[width=\textwidth]{Workflow}{images/Workflow}
+    \pgfuseimage{Workflow}
   \end{frame}
 
 \section{Tasks}