Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mptReportColoredShapesOnSingleMaskLayer

mptReportColoredShapesOnSingleMaskLayer(
d_cellViewID 
t_layerName 
g_doHierarchy
g_createMarkers
)
=> t / nil 

Description

Reports MPT flow settings. Reports the number of shapes, vias, and HCLs that have colored data on the specified layer, with a single mask. This function traverses the design and its sub cells and creates the report. If the g_createMarkers argument is set to t, markers are created for each error.

Arguments

d_cellViewID

The database ID of the cellview.

t_layerName

Name of the layer.

g_doHierarchy

Specifies whether to traverse the sub cells.

g_createMarkers

Specifies whether the markers are created.

Values Returned

t

The report is created.

nil

The report is not created.

Examples

mptReportColoredShapesOnSingleMaskLayer(cv "M1" t t)

Analyzes the top and all the instantiated cells in hierarchy. The number of colored shapes are reported and markers are created with the text shape has colored data and is on a single mask layer (instance= I2/I1 cell=N10XL/top/layout).


Return to top
 ⠀
X