13.33.140.3 Examples

The following example sets an input delay of 1.2ns for port data1 relative to the rising edge of CLK1:

set_input_delay 1.2 -clock [get_clocks CLK1] [get_ports data1]

The following example sets a different maximum and minimum input delay for port IN1 relative to the falling edge of CLK2:

set_input_delay 1.0 -clock_fall -clock CLK2 –min {IN1} set_input_delay 1.4 -clock_fall -clock CLK2 –max {IN1}