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
Value Returned
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