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

cphGetLibList

cphGetLibList(
g_physConfigID
)
=> t_physLibList / nil

Description

Returns the list of physical library names list for the physical configuration view associated with the specified ID. These are the libraries that are searched to find the corresponding physical cell for a given logical cell.

Arguments

g_physConfigID

ID of the physical configuration cellview.

Value Returned

t_physLibList

List of physical library names.

nil

The physical library list was not returned.

Example

physLibList=cphGetLibList(physConfigID)

Return to top
 ⠀
X