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

cphGetOccurPhysicalCell

cphGetOccurPhysicalCell(
g_physConfigID
t_path
)
=> t_physCell / nil

Description

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

This function returns a physical cell name only if it is explicitly set on the occurrence. Use cphGetPhysicalCell to get the effective physical cell 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_physCell

Name of the physical cell.

nil

There is no physical cell name set for the occurrence.

Example

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

physCell=cphGetOccurPhysicalCell(physConfigID "I0/N0")

Related Topics

cphGetPhysicalCell


Return to top
 ⠀
X