mptCheckHierarchicalLocks
mptCheckHierarchicalLocks(
d_cellViewID
)
=> t / nil
Description
Performs a check for hierarchical color lock (HCL) conflict in the cellview.
Arguments
Values Returned
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