Forum Discussion
Altera_Forum
Honored Contributor
15 years agoPlease could you explain the meaning of the signal 'up1', 'dw1' in your code?
--- Quote Start --- if (UP='1' and up1='0' and DOWN='0') then cnt <= cnt + 1; elsif (DOWN='1' and dw1='0' and UP='0') then cnt <= cnt - 1; --- Quote End ---