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

cphGetCellViewBinding

cphGetCellViewBinding(
g_physConfigID
t_logLib
t_logCell
)
=> t_logViewToUse / nil

Description

Returns the view to use for a specified logical cell in the physical configuration view associated with the given ID.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_logLib

Name of the library containing the logical view.

t_logCell

Name of the cell containing the logical view.

Value Returned

t_logViewToUse

Name of the logical view to use.

nil

The cellview binding was not returned.

Example

logViewToUse=cphGetCellViewBinding(physConfigID "cph" "nand")

Return to top
 ⠀
X