smartpower_create_domain -domain_type {value} -domain_name {domain_name}
-domain_type {value}
Specifies the type of domain to create. 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 new domain.
The domain name cannot be the name of an existing domain.
The domain type must be either clock or set.
None
smartpower_create_domain -domain_type {clock} -domain_name {clk2}
smartpower_create_domain -domain_type {set} -domain_name {myset}