Altera_Forum
Honored Contributor
15 years agoHow to avoid those annoying ripple/gated clocks warning in Quartus2?
Since the system clock on board is 50MHz high and in my design I need 1KHz or even lower freq clock, I’ve written a clock divider implemented by a counter, with it’s output to drive other modules. Every time I compile the design Quartus2 always complain with following warnings.
Is there any way to fix them? I know it will need carefully global clock design, but don’t know how to get that… Warning: Found 3 node(s) in clock paths which may be acting as ripple and/or gated clocks -- node(s) analyzed as buffer(s) resulting in clock skew Info: Detected ripple clock "key_debounce:inst9|keyout" as buffer Info: Detected ripple clock "key_debounce:inst10|keyout" as buffer Info: Detected ripple clock "tb_pll:inst5|div_10m:inst8|clkout" as buffer