Product Documentation
Virtuoso Space-based Router Constraint Reference
Product Version IC23.1, June 2023

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

-all

Outputs information about all the object groups in the design.

-file s_fileName

Outputs the object group information to the given file.

-ignore_case [true|false]

Performs a case-insensitive search for object group names matching the name given by the -name argument. By default, searches are case-sensitive.

-include_oa_groupdefs [true|false]

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.

-include_pairs [true|false]

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.

-name s_objectGroupExpr

Outputs information about the object groups whose names match the expression. If -regex_style is set to true, the expression is evaluated as a regular expression; otherwise, the expression can include special characters described in Pattern Matching.

-no_wildcard [true|false]

Disables wildcard processing for the object group name. By default, wildcards can be used.

-regex_style [true|false]

Evaluates the -name value as a regular expression.

-set d_setObj

Outputs information about object groups in the set.

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

create_group


Return to top
 ⠀
X