highbluff
2006-11-06 02:33:04 UTC
I have a clock constraint which goes like this.
create_generated_clock -name aclk -source [get_ports {bclk}] -divide_by
32 -duty_cycle 96 [get_ports {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.
create_generated_clock -name aclk -source [get_ports {bclk}] -divide_by
32 -duty_cycle 96 [get_ports {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.