Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPossible solution 1: Replace your clock gating with clock enables.
If you can't rewrite all the code to insert clock enables, Quartus has an option to convert clock gating into clock enables. You may have to rewrite the clock gating code to match Altera's template for this. Possible solution 2: Replace your two levels of gating with a single level. Combine EN1A and EN2A to produce the gated clock CLK2A. Same for CLK2B. In this case, I assume you are using ALTCLKCTRL to gate the clocks. It's the only way to have low skew clock gating/muxing on Altera's FPGAs.