timer_remove_clock_exception

Removes the previously set clock constraint.  

 

timer_remove_clock_exception -clock clock_name -pin pin_name -dir value

Arguments

-clock clock_name

Specifies the name of the clock from which to remove the constraint.

 

-pin pin_name

Specifies the name of the pin to remove.

 

-dir value

Specifies direction.

 

Value

Description

from

Refers to paths starting at the specified pin.

to

Refers to paths ending at the specified pin.

Supported Families

All

Exceptions

Examples

This example removes a clock exception from the pin reg_q_a_10_/U0:CLK with respect to the clock clk:

 

timer_remove_clock_exception -clock {clk} -pin {reg_q_a_10_/U0:CLK} -dir {from}

 

This example removes a clock exception to the pin reg_q_a_10_/U0:E with respect to the clock clk:

 

timer_remove_clock_exception -clock {clk} -pin {reg_q_a_10_/U0:E} -dir {to}.

See Also

timer_add_clock_exception

Tcl documentation conventions

SmartTime User's Guide: Set Multicycle Constraint dialog box