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

cphUprevLibrary

cphUprevLibrary(
t_physLib
[ t_cfgBaseName ]
)
=> t / nil

Description

Converts the specified library to use physical configuration views. You must specify the name of the library to be converted. You can optionally specify a name for the configuration view that is generated (the default is physConfig).

Arguments

t_physLib

Name of the library to be converted.

t_cfgBaseName

Base name for the configuration view to be generated. The default is physConfig. If there are multiple schematic views to be converted, the base name is prepended to each schematic view name.

For example, if your cell has the following views before conversion:

schematic
schematic1
schematic2

Then it will have the following views after conversion:

physConfig
physConfig_schematic1
physConfig_schematic2
schematic
schematic1
schematic2

Value Returned

t

The library was converted.

nil

The library was not converted.

Examples

This example converts library libA to use a physical configuration view with the default name physConfig.

cphUprevLibrary( "libA" )

This example converts library libA to use a physical configuration view called pConfig.

cphUprevLibrary("libA" "pConfig")

Return to top
 ⠀
X