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

cphSetCellVPLGen

cphSetCellVPLGen(
g_physConfigID
t_logLib
t_logCell
g_boolean
)
=> t / nil

Description

Sets the VPLGen property mapped to a specified logical cell in the physical configuration view associated with the given ID. The cell physical binding is set using the logical library name, logical cell name, and view name layout.

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.

g_boolean

Boolean specifying the VPLGen property to set.

Value Returned

t

The VPLGen property was set on the specified cell.

nil

The VPLGen property was not set on the specified cell.

Example

cphSetCellVPLGen(physConfigID "cph" "nand2" t)

Return to top
 ⠀
X