unassign_constraint_group
unassign_constraint_group
-net s_netName | -set d_setObj | -net_group s_netGroupName
| -area_boundary s_regionName
| -term s_termName {[-lib s_libName -cell s_cellName -view s_viewName]
| [-instance s_instanceName]}
[-verbose]
Description
Removes a constraint group assignment from a net, a net group, a fence or preferred direction region, an instance, or from nets, routes and terms in a set. The constraint group is not deleted, even if it is no longer assigned to any objects.
Arguments
|
-area_boundary s_regionName
|
|
|
Removes the constraint group assignment from the named fence or preferred direction region.
|
|
-instance s_instanceName
|
|
|
Used with -term to specify the name of the instance that the terminal belongs to.
|
|
-lib s_libName -cell s_cellName -view s_viewName
|
|
|
Used with -term to specify the library, cell and view that the terminal belongs to.
|
|
-net s_netName
|
Specifies the name of the net to remove the constraint group from.
|
|
-net_group s_netGroupName
|
|
|
Specifies the name of the net group to remove the constraint group from.
|
|
-set d_setObj
|
Specifies the set. Removes any existing constraint group assignment from the nets, routes and terms in the set. All other objects in the set are ignored.
|
|
-term s_termName
|
Specifies the name of the terminal to remove the constraint group from. You must give the name of the instance (-instance) or the cellview (-lib, -cell, -view) that the terminal belongs to.
|
|
-verbose
|
Outputs additional informational messages. By default, these are not included.
|
Related Topics
assign_constraint_group
Return to top