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
|
Name of the cell in the library to uprev physical configuration views. |
|
Value Returned
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