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
Value Returned
Example
cphDeleteCellVPLGen(physConfigID "cph" "nand2")
Return to top