timer_get_maxdelay
Displays the maximum delay constraint between two pins
in a path in the Log window.
timer_get_maxdelay -from source_pin
-to destination_pin
Arguments
-from source_pin
Specifies the name of the source pin in the path.
-to destination_pin
Specifies the name of the destination pin in the path.
Supported Families
All
Exceptions
None
Examples
The following example displays the maximum delay constraint
from the pin clk166 to the pin reg_q_a_9_/U0:CLK in the Log window:
timer_get_maxdelay -from {clk166} -to {reg_q_a_9_/U0:CLK}
See Also
timer_set_maxdelay
Tcl documentation
conventions