22.20.13 timer_remove_stop
Removes the previously entered path stop constraint on the specified pin.
timer_remove_stop -pin pin name
Arguments
-pin pin_nameSpecifies the name of the pin from which to remove the path stop constraint.
Supported Families
All
Description
If you remove a path stop constraint using the Timer GUI, and then export a script using , the resulting script will contain timer_remove_pass -pin pin_name instead of timer_remove_stop -pin pin_name.
Exceptions
For the ProASIC3/E, ProASICPLUS, ProASIC, Axcelerator, eX, and SX-A families, Microchip recommends the following flow:
- Open .
- Look for the pin name in the Through: list (Note: You must not have any entry selected in the From or To lists).
- Delete this pin.
Examples
The following example removes the path stop constraint on the clear pin reg_q_a_0_:CLR:
timer_remove_stop -pin {reg_q_a_0_:CLR}
See Also
timer add stop
Tcl documentation conventions
SmartTime User's Guide: Set False Path Constraint dialog box
