cphSetInstViewBinding
cphSetInstViewBinding(
g_physConfigID
t_lib
t_cell
t_view
t_inst
t_logViewToUse
)
=> t / nil
Description
Sets the logical view to use for a specified instance in the physical configuration associated with the given ID.
Arguments
|
Name of the library where concerned instance is instantiated. |
|
|
Name of the cellview where concerned instance is instantiated. |
|
Value Returned
Example
cphSetInstViewBinding(physConfigID "cph" "TopCell" "schematic" "I0" "schematic")
Return to top