diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-01-27 17:08:19 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-01-27 17:08:19 +0100 |
commit | fb4c3dff331f617bb04d2d07a47a0168d3ec2967 (patch) | |
tree | a59060d787122982d632e07c086631b2e5ab53b2 /manual/PRESENTATION_Intro.tex | |
parent | fa103e55ad24ee32c58ded660979c81980d14ab1 (diff) | |
download | yosys-fb4c3dff331f617bb04d2d07a47a0168d3ec2967.tar.gz yosys-fb4c3dff331f617bb04d2d07a47a0168d3ec2967.tar.bz2 yosys-fb4c3dff331f617bb04d2d07a47a0168d3ec2967.zip |
Added first presentation slides
Diffstat (limited to 'manual/PRESENTATION_Intro.tex')
-rw-r--r-- | manual/PRESENTATION_Intro.tex | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/manual/PRESENTATION_Intro.tex b/manual/PRESENTATION_Intro.tex new file mode 100644 index 000000000..c14e055e3 --- /dev/null +++ b/manual/PRESENTATION_Intro.tex @@ -0,0 +1,39 @@ + +\section{Introduction} + +\begin{frame} +\sectionpage +\end{frame} + +\subsection{Representations of (digital) Circuits} + +\begin{frame}{\subsecname} +\begin{itemize} + \item Graphical + \begin{itemize} + \item \alert<1>{Schematic Diagram} + \item \alert<2>{Physical Layout} + \end{itemize} + \bigskip + \item Non-graphical + \begin{itemize} + \item \alert<3>{Netlists} + \item \alert<4>{Hardware Description Language} + \end{itemize} +\end{itemize} +\bigskip +\begin{block}{Definition} + \only<1>{Schematic Diagrams are ...} + \only<2>{Physical Layouts are ...} + \only<3>{Netlists are ...} + \only<4>{Hardware Description Languages are ...} +\end{block} +\end{frame} + + +\subsection{Digital Circuit Synthesis} + +\begin{frame}{\subsecname} +\end{frame} + + |