5.34.130.309 Examples
The following example adds a clock exception from the pin reg_q_a_10_/U0:CLK with respect to the clock clk.
timer_add_clock_exception -clock {clk} -pin {reg_q_a_10_/U0:CLK} -dir {from}
The following example adds a clock exception to the pin reg_q_a_10_/U0:E with respect to the clock clk.
timer_add_clock_exception -clock {clk} -pin {reg_q_a_10_/U0:E} -dir {to}
timer_add_pass
Adds a pin to the list of pins that the path must be shown passing through in the timing analysis tool.
timer_add_pass -pin pin_name
