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

cphGetOccurPhysicalLib

cphGetOccurPhysicalLib(
g_physConfigID
t_path
)
=> t_physLib / nil

Description

Returns the physical library binding for an occurrence of an instance in the physical configuration associated with the given ID.

This function returns a physical library name only if it is explicitly set on the occurrence. Use cphGetPhysicalLib to get the effective physical library name for an occurrence with no explicit setting.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

Value Returned

t_physLib

Name of the physical library.

nil

There is no physical library name set for the occurrence.

Example

This example returns the physical library name set explicitly for an occurrence I0/N0.

physLib=cphGetOccurPhysicalLib(physConfigID "I0/N0")

Related Topics

cphGetPhysicalLib


Return to top
 ⠀
X