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

cphClearSchCellPhysicalBinding

cphClearSchCellPhysicalBinding(
d_topSchCVID
t_libName
t_cellName
[ ?layCVId d_layCVId ]
)
=> t / nil

Description

Removes the physical binding for the cell specified using the top-level schematic and layout cellview IDs instead of the cphManager ID. After the physical binding for the specified cell is removed, the update is also saved to the physConfig view.

Arguments

d_topSchCVID

Database ID of the top-level schematic cellview.

t_libName

Name of the library containing the cell to be updated.

t_cellName

Name of the cell to be updated.

?layCVId d_layCVId

Database ID of the top-level layout cellview associated with the specified cell.

Value Returned

t

The physical binding was removed.

nil

The physical binding was not removed.

Example

Removes the physical binding of the specified cell, nand.

scv -> Schematic cellview ID of the top-level schematic in a VLS XL session 
lcv -> Layout cellview ID of the top-level layout in a VLS XL session
cphClearSchCellPhysicalBinding(scv "cph" "nand" ?layCVId lcv) => t

Return to top
 ⠀
X