Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYou have an combinationally generated clock, which is likely to fail due to glitches even if there are no domain crossing signals between i_clock and SAWTOOTH_CLOCK domain.
SAWTOOTH_CLOCK <= '1' when ( cont_reg < 3 ) else '0'; At this point I stopped checking for possible additional design issues. I guess, the design never passed timing analysis?