Altera_Forum
Honored Contributor
13 years agoWhat is mean of "asynchronously" in "set_clock_groups"?
In STA, there is a command "set_clock_groups" can put the clocks in different groups, and the option can be "asynchronously" or "exclusive". "exclusive" is easy to understand which means the two clock will not toggle at the same time. But for "asynchronously", I am little confused.
For example, if clock_a and clock_b are described as "asynchronously", does this mean there will be no launch latch relation between clock_a and clock_b? Thanks very much.