13.33.168 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 pin to 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 |
