Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Oops? IMHO if not explicitly told by using
set_clock_groups -asynchronous -group { clk1 clk2_derived_from_clk1 } -group {clk3_unrelated} ... TQ treats all clocks as being related and may thus flag timing errors between certain clocks, even if you have added anti-metastabiity provisions. --- Quote End --- Those kind of clocks should be considered as asynchronous group like this then. Thank you very much.