smartpower_remove_domain

Removes an existing clock or set domain.

 

smartpower_remove_domain -domain_type {value} -domain_name {domain_name}

Arguments

-domain_type {value}

Specifies the type of domain to remove. 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

 

-domain_name {domain_name}

Specifies the name of the domain to remove.

Supported Families

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

Notes

Exceptions

Examples

The following example removes the clock domain named "clk2":

 

smartpower_remove_domain -domain_type {clock} -domain_name {clk2}

 

The following example removes the set domain named "myset":

 

smartpower_remove_domain -domain_type {set} -domain_name {myset}

 

See Also

smartpower_create_domain

Tcl documentation conventions