mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-12 15:36:40 +00:00
Added first presentation slides
This commit is contained in:
parent
fa103e55ad
commit
fb4c3dff33
7 changed files with 105 additions and 1 deletions
39
manual/PRESENTATION_Intro.tex
Normal file
39
manual/PRESENTATION_Intro.tex
Normal file
|
@ -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}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue