report_group
report_group
{-name s_objectGroupExpr | -set d_setObj | -all}
[-file s_fileName]
[-ignore_case [true|false]]
[-no_wildcard [true|false]] [-include_pairs [true|false]] [-include_oa_groupdefs [true|false]]
[-regex_style [true|false]]
Description
Outputs information that is about the object groups in a set, given by an expression, or in the entire design, to the transcript area or a file.
Arguments
|
Outputs information about all the object groups in the design. |
|
|
Performs a case-insensitive search for object group names matching the name given by the |
|
|
Outputs information about groups in the OpenAccess database, such as the object types that can be placed in the group, and in which databases the group can be created. By default, this information is not included. |
|
|
Outputs group-to-group information. For example, two default groups might have a group-to-group interchild relationship. By default, this information is not included. |
|
|
Outputs information about the object groups whose names match the expression. If |
|
|
Disables wildcard processing for the object group name. By default, wildcards can be used. |
|
Examples
Issues a report_group command and shows output that is returned. In the example, the group found is named u2245_N4_pair, a net_pair group type with member nets u2245_N4N and u2245_N4.
report_group -name u*
Group: u2245_N4_pair
Group type: net_pair
Owner: u2245_N4_pair
Rule Spec Index: 0
Net: u2245_N4N
Net: u2245_N4
Related Topics
Return to top