Alec Aivazis edited figures/4-2/caption.tex  about 9 years ago

Commit id: f818e6d665a83fa4af17b0a400f4d1b51eee8f62

deletions | additions      

       

In Section 2, I constructed a circuit to debounce the push-button input. By attaching the button to a state-machine with logic as shown below, I was able to output the correct digital signal as well as sustain the for a redefined time. The debouncing element had an output pin which was labeled \textit{statecnt} which I hooked up to a synchronous counter. When the counter reaches its max value, it causes the \textit{done} pin on the debouncer to go high which terminates the output. I then attached it to the same positive edge trigger discussed in figure \ref{sect:4-1}. \ref{fig:4-1}.