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

mptCheckHierarchicalLocks

mptCheckHierarchicalLocks(
d_cellViewID 
)
=> t / nil 

Description

Performs a check for hierarchical color lock (HCL) conflict in the cellview.

The markers can be generated for a read-only cellview.

Arguments

d_cellViewID

The database ID of the cellview.

Values Returned

t

HCL conflict check was performed.

nil

HCL conflict check was not performed.

Example

cv = dbOpenCellViewByType("IC_ADV_12_1" "TOP2" "layout")
mptCheckHierarchicalLocks(cv)

Opens the cellview, IC_ADV_12_1/TOP2/layout, and performs a check for the HCL conflict in the cellview.


Return to top
 ⠀
X