Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe synthesis tool recognizes that no output depends on the "hour" variable and synthesizes it away.
The only input for the trigger output in the code you are evaluating is the minute signal, which is independent from the hour signal. So the hour does not need to be counted. If you create a dependency on the hour signal, lets say set the output to 1 in a specific hour only, then the hour will result in a register as well. Regards, Lokla