Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Clock group vs. clock false path

I have a couple of clocks coming in that are not related to each other. Before I put them in a group, I ran TimeQuest and it was complaining about some setup slack violation. I know I should have used set_clock_groups for these two clocks, but TimeQuest gives me the option of declaring a false path between the two clocks - what is the difference between setting a false path between clocks and putting them in a group?

Thank you

11 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Got it now! The reset signal should be synchronized like any other async signal should. I have been so diligent with CDC where it is obvious, but neglected others such as reset inputs.

    Thank you for the clarification.