Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDear Alex,
Thanks for the reply. "It sounds like your 'DAYSET' register is an attempt at this. So, you're heading in the right direction.": the issue is that I could not figure out how to use "DAYSET" to reset the the clock. I created a signal: DAYSET and a subprogram: calladay.v. When the time reaches to "23:59:59", DAYSET will changes to "~DAYSET". I would like to use the changes in DAYSET to reset all of the digits of "Hour:Min:Sec". However, I could not figure out how I can insert the DAYSET into the functions. I tried several ways but the Quartus II always says I have some syntax error. Can you please give me a hand?