Forum Discussion

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

TimeQuest command precedence for clock group

Hi Forum.

In my system I got several clock domains and it is quite handy to set clock groups instead of false commands on thousands of paths. However it is not clear what happens to those ip fifo automatically generated sdc commands for crossing clock domains such as max delay or max skew. If they are then ignored then set clock groups is misleading and useless in my system.

Any thoughts especially from Timequest gurus. Thanks in advance.

2 Replies

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

    If possible try to avoid clock group constraint applied to the clock that used by any IP, you wouldn't know it may cut those crucial paths without any explicit warning, like dcfifo in your example. It's better to verify each of path and false-path it through wildcard *

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

    Yeah, you can't use set_clock_groups if some of the cross-domain paths require analysis while others don't.