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

cphSetInstPhysicalBinding

cphSetInstPhysicalBinding(
g_physConfigID
t_lib
t_cell
t_view
t_inst
t_physLib
t_physCell
t_physView
)
=> t / nil

Description

Sets the physical binding for a specified instance in the physical configuration associated with the given ID The library and cell are empty, the system issues a warning message.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_lib

Name of the library where concerned instance is instantiated.

t_cell

Name of the cell where concerned instance is instantiated.

t_view

Name of the view where concerned instance is instantiated.

t_inst

Name of the instance.

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 for the instance was set.

nil

The physical binding was not set.

Example

cphSetInstPhysicalBinding(physConfigID "cph" "TopCell" "schematic" "I0" "cph" "inv" "layout")

Return to top
 ⠀
X