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

cphSetCellPhysicalBinding

cphSetCellPhysicalBinding(
g_physConfigID
t_logLib
t_logCell
t_physLib
t_physCell
t_physView
)
=> t / nil

Description

Sets the physical binding for a specified logical cell in the physical configuration associated with the given ID.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_logLib

Name of the library containing the logical cell.

t_logCell

Name of the logical cell.

t_physLib

Name of the library containing the physical view.

t_physCell

Name of the cell containing the physical view.

t_physView

Name of the physical view.

Value Returned

t

The physical binding was set.

nil

The physical binding was not set.

Example

cphSetCellPhysicalBinding(physConfigID "cph" "nand" "cph" "nand" "layout")

Return to top
 ⠀
X