JJin01
New Contributor
6 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 clock that comes into a input port, and b is the half-rate ripple clock made from a_clock. And c_clock is also input clock, a_clock and c_clock are completely asynchronous clock.
I muxed the a and b clock and specified d and e_clock respectively using create_generate_clock.
i'm about to set_clock_group them all. As far as I know, d and e have to use -exclusive, but the problem is that a,b,d,e are all related clocks, which are confusing.
Tell me how to modify the set_clock_group in the picture.
Thank you so much.