smartpower_add_pin_in_domain

Adds a pin into a clock or set domain.

 

smartpower_add_pin_in_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 add to the domain.

 

-pin_type {value}

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

 

Value

Description

clock

The pin to add is a clock pin

data

The pin to add is a data pin

 

-domain_name {domain_name}

Specifies the name of the domain in which to add the specified pin.

 

-domain_type {value}

Specifies the type of domain in which to add the specified pin. 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 adds a clock pin to an existing Clock domain:

 

smartpower_add_pin_in_domain -pin_name { XCMP3/U0/U1:Y } -pin_type {clock} –domain_name {clk1} -domain_type {clock}

 

The following example adds a data pin to an existing Set domain:

 

smartpower_add_pin_in_domain -pin_name {XCMP3/U0/U1:Y}   -pin_type {data} -domain_name {myset} -domain_type {set}

 

See Also

smartpower_remove_pin_of_domain

Tcl documentation conventions