5.34.130.62 Examples

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

set_output_delay 1.2 -clock [get_clocks CLK1] [get_ports OUT1]

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

set_output_delay 1.0 -clock_fall -clock CLK2 –min {OUT1} set_output_delay 1.4 -clock_fall -clock CLK2 –max {OUT1}

smartpower_add_new_custom_mode

Creates a new custom mode.

smartpower_add_new_custom_mode -name {mode_name} -base_mode {base_mode} -description

{mode_description}