Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi Kaz
I have some doubts on your expalaination as follows: switch_d <= switch; if switch /= switch_d then count <= 1; else count <= count + 1; end if; 1)by this are you detecting positive edge of switch 2) output <= input(count); what does this do?