diff options
Diffstat (limited to 'manual/PRESENTATION_Intro.tex')
-rw-r--r-- | manual/PRESENTATION_Intro.tex | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/manual/PRESENTATION_Intro.tex b/manual/PRESENTATION_Intro.tex index e243da88e..9fbcd4cb3 100644 --- a/manual/PRESENTATION_Intro.tex +++ b/manual/PRESENTATION_Intro.tex @@ -5,6 +5,8 @@ \sectionpage \end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \subsection{Representations of (digital) Circuits} \begin{frame}[t]{\subsecname} @@ -18,18 +20,23 @@ \item Non-graphical \begin{itemize} \item \alert<3>{Netlists} - \item \alert<4>{Hardware Description Language} + \item \alert<4>{Hardware Description Languages (HDLs)} \end{itemize} \end{itemize} \bigskip -\begin{block}{Definition} - \only<1>{Schematic Diagrams are ... TBD} - \only<2>{Physical Layouts are ... TBD} - \only<3>{Netlists are ... TBD} - \only<4>{Hardware Description Languages are ... TBD} +\begin{block}{Definition: +\only<1>{Schematic Diagram}% +\only<2>{Physical Layout}% +\only<3>{Netlists}% +\only<4>{Hardware Description Languages (HDLs)}} + \only<1>{TBD} + \only<2>{TBD} + \only<3>{TBD} + \only<4>{TBD} \end{block} \end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{Levels of Abstraction for Digital Circuits} @@ -81,10 +88,10 @@ \end{block} \end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{Digital Circuit Synthesis} \begin{frame}{\subsecname} \end{frame} - |