Skip to content

Commit 206e97a

Browse files
committed
slides: week 6
1 parent 3e6aa1d commit 206e97a

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

slides/06_fsm.tex

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,24 @@
157157
\end{itemize}
158158
\end{frame}
159159

160+
\begin{frame}[fragile]{Slower \emph{Clocks}}
161+
\begin{itemize}
162+
\item Last week, we talked about clock manipulation
163+
\item Clock division is not an option
164+
\item Generate a \emph{tick} signal (with a counter)
165+
\item At the desired frequency
166+
\item High for one clock cycle
167+
\item Use that tick signal as an enable for a DFF
168+
\item You will do this in today's lab
169+
\end{itemize}
170+
\end{frame}
171+
160172
\begin{frame}[fragile]{Generating Timing with Counters}
161173
\begin{itemize}
162174
\item Generate a \code{tick} at a lower frequency
163175
\item We used it in Lab 1 for the blinking LED
164176
\item Use it today for the lab exercise
165-
\item Use it for driving the free running counter at 2 Hz
177+
\item Use it for driving the free-running counter at 2 Hz
166178
\end{itemize}
167179
\begin{figure}
168180
\includegraphics[scale=0.8]{../figures/tick_wave}
@@ -546,18 +558,6 @@
546558
\shortlist{../code/bundle_vec.txt}
547559
\end{frame}
548560

549-
\begin{frame}[fragile]{Slower \emph{Clocks}}
550-
\begin{itemize}
551-
\item Last week, we talked about clock manipulation
552-
\item Clock division is not an option
553-
\item Generate a \emph{tick} signal (with a counter)
554-
\item At the desired frequency
555-
\item High for one clock cycle
556-
\item Use that tick signal as an enable for a DFF
557-
\item You will do this in today's lab
558-
\end{itemize}
559-
\end{frame}
560-
561561
\begin{frame}[fragile]{Today's Lab}
562562
\begin{itemize}
563563
\item This is the start of the graded group work

0 commit comments

Comments
 (0)