Forum Discussion
JJin01
New Contributor
7 years agoset_clock_group constraints question!! plz help..
I have clocks, one of which is a ripple clock. I don't know how to set_clock_group this. Details are shown in the picture. If you look at the picture, there are a_clock and b,c,d,e. a_clock is the...
KhaiChein_Y_Intel
Regular Contributor
7 years agoHi,
You can use set_clock_groups with either [-asynchronous] or [-exclusive]. Asynchronous clocks (-asynchronous) are completely unrelated: they have different ideal clock sources. Exclusive clocks (-exclusive) are not active at the same time, such as multiplexed clocks.
Thanks.