smartpower_remove_pin_of_domain -pin_name {pin_name} -pin_type {value} -domain_name {domain_name} -domain_type {value}
-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 |
The domain name must be the name of an existing domain.
The pin name must be the name of an existing pin.
None
smartpower_remove_pin_of_domain -pin_name {XCMP3/U0/U1:Y}
-pin_type {clock} -domain_name {clockh} -domain_type {clock}
smartpower_remove_pin_of_domain -pin_name {count2_en} -pin_type
{data} -domain_name {InputSet} -domain_type {set}