Forum Discussion
Altera_Forum
Honored Contributor
13 years agoTiming analysis is the way to find out about violations.
I see that you are trying to operate counters based on latches (in an asynchronous process). This can't work and Quartus will be surely issuing a number of warnings related to the construct.addr <= addr + 1;
count <= count + 1;
So there are apparently more basic problems than possible timing violations.