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

cphSetInstSFactorSplit

cphSetInstSFactorSplit(
g_physConfigID
t_logLib
t_logCell
t_logView
t_inst
g_boolean
)
=> t / nil

Description

Sets the Split sfactored devices option to t or nil for the specified instance in the specified physical configuration.

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.

t_logView

Name of the logical view.

t_inst

Name of the instance.

g_boolean

Boolean specifying the value of the Split sfactored devices option.

Value Returned

t

The Split sfactored devices option was set.

nil

The Split sfactored devices option was not set.

Example

cphSetInstSFactorSplit(physConfigID "cph" "TopCell" "schematic" "I0" t)

Return to top
 ⠀
X