mptReportColoredShapesOnSingleMaskLayer
mptReportColoredShapesOnSingleMaskLayer(d_cellViewID t_layerNameg_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
Values Returned
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