Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFitter problem
Hi All, I have embarked on a project to develop a stopwatch which outputs seconds and minutes as a binary value. I am using two separate 8-bit LED boards connected to the MAX7000S ...
Altera_Forum
Honored Contributor
14 years agoYou simply need to conditionate the count increment to the button status.
For example, you can change the code you previously posted into: ... if(clk_out'event and clk_out='1' and button = “10”) then ...