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

mptCleanColoredDataOnSingleMaskLayer

mptCleanColoredDataOnSingleMaskLayer(
d_cellViewID | g_libName
t_layerName
g_doHierarchy
)
=> t / nil 

Description

Cleans layer-based color violations on the entire design hierarchy or library.

Arguments

d_cellViewID | g_libName

The database ID of the cellview or the library name.

t_layerName

Name of the layer.

g_doHierarchy

Specifies whether to traverse the sub cells.

Values Returned

t

Layer-based color violations were cleaned.

nil

Layer-based color violations were not cleaned.

Examples

mptCleanColoredDataOnSingleMaskLayer(geGetEditCellView()~>lib,"Metal1", nil)

Cleans layer-based color violations on the current edit cellview.


Return to top
 ⠀
X