Forum Discussion
Altera_Forum
Honored Contributor
9 years agoCheck out the get_fanout SDC extension collection (not standard SDC). You can use this to differentiate when the clock is used for one purpose or another and false path only the collection you want. Best example of its use is if a signal is used as a clock enable on some registers and a divide-by-two clock on other registers. You can separate these uses for the same signal with get_fanout and false path appropriately.