5.34.130.45 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}

set_max_delay

Specifies the maximum delay for the timing paths in the current scenario.

set_max_delay delay_value [-from from_list] [-to to_list] [-through through_list]