smartpower_remove_pin_of_domain

Removes a clock pin or a data pin from a Clock or Set domain, respectively.

 

smartpower_remove_pin_of_domain -pin_name {pin_name} -pin_type {value} -domain_name {domain_name} -domain_type {value}

Arguments

-pin_name {pin_name}

Specifies the name of the pin to remove from the domain.

 

-pin_type {value}

Specifies the type of the pin to remove. The following table shows the acceptable values for this argument:

 

Value

Description

clock

The pin to remove is a clock pin

data

The pinto remove is a data pin

 

-domain_name {domain_name}

Specifies the name of the domain from which to remove the pin.

 

-domain_type {value}

Specifies the type of domain from which the pin is being removed. The following table shows the acceptable values for this argument:

 

Value

Description

clock

The domain is a clock domain

set

The domain is a set domain

Supported Families

Fusion, ProASIC3/E, ProASICPLUS, Axcelerator, and ProASIC

Notes

Exceptions

Examples

The following example removes the clock pin named "XCMP3/UO/U1:Y" from the clock domain named "clockh":

 

smartpower_remove_pin_of_domain -pin_name {XCMP3/U0/U1:Y}

-pin_type {clock} -domain_name {clockh} -domain_type {clock}

 

The following example removes the data pin named "count2_en" from the set domain named "InputSet":

 

smartpower_remove_pin_of_domain -pin_name {count2_en} -pin_type

{data} -domain_name {InputSet} -domain_type {set}

 

See Also

smartpower_add_pin_in_domain

Tcl documentation conventions