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

cphUprevDesign

cphUprevDesign(
t_physLib
t_physCell
t_physView
t_cfgLib
t_cfgCell
t_cfgView
)
=> t / nil

Description

Converts the specified design to use a physical configuration view. You must specify the name of the design to be converted and the name of the physical configuration to use.

Arguments

t_physLib

Name of the library containing the physical cell.

t_physCell

Name of the cell containing the physical view to be converted.

t_physView

Name of the physical view to be converted.

t_cfgLib

Name of the library in which the physical configuration cellview is to be created.

t_cfgCell

Name of the cell in which the physical configuration cellview is to be created.

t_cfgView

Name of the physical configuration view.

Value Returned

t

The design was converted.

nil

The design was not converted.

Example

Converts design libA/cellA/layout to use a physical configuration view called physConfig in the same library and cell directory.

cphUprevDesign( "libA" "cellA" "layout" "libA" "cellA" "physConfig" )

Return to top
 ⠀
X