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

cphSetLibList

cphSetLibList(
g_physConfigID
t_physLibList
)
=> t / nil

Description

Sets the physical library list for the physical configuration view associated with the specified ID. This list specifies the names of the libraries searched to find the corresponding physical cell for a given logical cell.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_physLibList

List of physical library names.

Separate each name with a space and enclose the list in quotation marks.

Value Returned

t

The physical library list was set.

nil

The physical library list was not set.

Example

cphSetLibList(physConfigID "phy1 cph")

Return to top
 ⠀
X