beamer automaton pass
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
\documentclass{beamer}
|
||||
\usepackage{listings}
|
||||
\lstset{
|
||||
basicstyle=\ttfamily,
|
||||
columns=fullflexible,
|
||||
frame=single,
|
||||
breaklines=true,
|
||||
}
|
||||
\usepackage{tikz}
|
||||
|
||||
\usetikzlibrary{positioning}
|
||||
@@ -119,6 +126,23 @@
|
||||
\end{block}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Translation of automaton}
|
||||
\only<1>{\lstinputlisting[language=ml, firstline=1, lastline=7]{code/example_automaton.lus}}
|
||||
\only<2>{\lstinputlisting[language=ml, firstline=9, lastline=14]{code/example_automaton.lus}}
|
||||
\end{frame}
|
||||
\begin{frame}{Restriction on automaton}
|
||||
The patterns that appears on the left of equations must be the
|
||||
same in all branches
|
||||
|
||||
\only<2>{\lstinputlisting[language=ml, firstline=16, lastline=22]{code/example_automaton.lus}}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Clock unification}
|
||||
|
||||
Derived from the rules provided in \emph{Clock-directed Modular Code Generation for Synchronous
|
||||
Data-flow Languages}
|
||||
\end{frame}
|
||||
|
||||
\section{Translation to C}
|
||||
\begin{frame}
|
||||
|
||||
|
Reference in New Issue
Block a user