Product Documentation
Virtuoso Layout Suite XL: Connectivity Driven Editing User Guide
Product Version IC23.1, November 2023

hierSummaryColumns

layoutXL hierSummaryColumns string "column_names"

Description

Controls the columns displayed and their order in the summary report issued after running the Update Binding or XL Compliance commands.

To display all the columns in the report, the column names must be specified using the environment variable. Supported column names are: Lib, Cell, View, Leaf, Ignored, ConnRef, Bound_Instances, Bound_Terminals, Bound_Nets, Unbound_Instances, Unbound_Terminals, Unbound_Nets, Ungenerated_Instances, Ungenerated_Terminals, Ungenerated_Nets, Connectivity_Differences, Master_Differences, Parameter_Differences, %Terminals, %Instances, %Nets, %Compliance, Path, Owner

You can use the user-defined function lxUserDefinedGetCellViewOwner to find the owner of a cellview. If you have defined this function, the return value of the function will be displayed in the Owner column of the summary table. For example:

procedure(lxUserDefinedGetCellViewOwner(cv)
    cv~>ownerPropName
)

GUI Equivalent

None

Examples

envGetVal("layoutXL" "hierSummaryColumns")
envSetVal("layoutXL" "hierSummaryColumns" 'string "Lib Cell View Leaf Ignored Connref %Terminals")
envSetVal("layoutXL" "hierSummaryColumns" 'string "Bound_Terminals Bound_Instances Bound_Nets Unbound_Terminals Unbound_Instances Unbound_Nets Ungenerated_Terminals Ungenerated_Instances Ungenerated_Nets Connectivity_Differences Master_Differences Parameter_Differences")

Related Topics

Design Check Against Source

Design Check for Layout XL Compliance

Components and Nets Updates

List of Layout XL Environment Variables

Setting Environment Variables


Return to top
 ⠀
X