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

cphDeleteCellVPLGen

cphDeleteCellVPLGen(
g_physConfigID
t_logLib
t_logCell
)
=> t / nil

Description

Deletes the VPLGen mapped to a specified logical cell in the physical configuration view associated with the given ID. The VPLGen property, parameters, and physical binding are deleted and the VPLGen is removed from disk.

Cadence recommends that you do not use this function unless you are sure that you no longer want to use the VPLGen in question. Using this function to delete a VPLGen means that any designs that use that VPLGen will have missing layout instances.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_logLib

Name of the library containing the logical cell.

t_logCell

Name of the logical cell.

Value Returned

t

The VPLGen was deleted.

nil

The VPLGen was not deleted.

Example

cphDeleteCellVPLGen(physConfigID "cph" "nand2")

Return to top
 ⠀
X