Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by badomen@Mar 29 2007, 04:49 PM try running in debug mode, press the "play" button to let the software run, then pause it when you know it's safe to do so to take a peak at what's going on. also i'd put some breakpoints around the code affected by the external stimuli to see if the behavior you expected from your algorithm is indeed happening.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22634)
--- quote end ---
--- Quote End --- Thanks for the reply. I'll try that out. I have another question unrelated to this post. For the project I'm working on, I have pushbuttons on the external circuitry which control leds. It turns out that those pushbuttons, which are Single-Pole-Double-Throw (SPDT) are not debounced. Therefore they give multiple outputs when I need clean signals. Any suggestions on how to build a debounced circuit for the SPDT pushbuttons in Quartus? Thanks. Kofi.