Forum Discussion
Altera_Forum
Honored Contributor
9 years agodigital watch
hello every one i have design digital watch second , minute , hour after i execute the code the counter second and minute counter ok work . for 0 to 59 but hour counter form 0 to 99 ? i have quest...
Altera_Forum
Honored Contributor
9 years agoI agree with trickys analysis, but I'd like to add two questions.
The hours are basically the same as the seconds and minutes, why do you handle them differently in your code? You say the hour count runs from 0 up to 99, but as I read your code I can't see how H1 gets past 0. Don't you mean it runs from 00 up to 09?