I have a clock constraint which goes like this.
create_generated_clock -name aclk -source [get_****ts {bclk}] -divide_by
32 -duty_cycle 96 [get_****ts {aclk}]
The Design compiler spits out an error message, which looks like this.
Error: Cannot specify -duty_cycle without -multiply_by. (UID-253)
Can someone please help.