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

cphUprevIncremental

cphUprevIncremental( 
t_libName
t_cellName
t_physConfigView
) 
=> t / nil

Description

Modify existing physical configuration views for the library, cell and/or physical configuration names provided by cleaning up the data related to LAM physical stop list.

Arguments

t_libName

Name of the library to uprev physical configuration views.

t_cellName

Name of the cell in the library to uprev physical configuration views.

t_physConfigView

Name of the physical configuration view to be upreved.

Value Returned

t

The design was converted.

nil

The design was not converted.

Example

This example converts design libA/cellA/layout to use a physical configuration view called physConfigView in the same library and cell directory.

cphUprevIncremental("lib")
cphUprevIncremental("lib" "cellA")
cphUprevIncremental("lib" "cellA" "physConfig")

Return to top
 ⠀
X