Product Documentation
Virtuoso Power Manager User Guide
Product Version IC23.1, June 2023

vpmImportPowerIntentSetup

vpmImportPowerIntentSetup(
t_libname
t_cellname 
t_viewname
t_setup_file_name
[ ?lpDBLibName g_lpDBLibName ]
[ ?lpDBCellName g_lpDBCellName ]
[ ?lpDBViewName g_lpDBViewName ]
)
=> t / nil

Description

Imports a SKILL file that contains the user-defined setup. This has the attributes required to extract the desired information from the design cellview for importing or exporting the power intent.

Arguments

t_libname

Name of the library of the cellview to be imported or exported for power intent.

t_cellname

Name of the cell to be imported or exported for power intent.

t_viewname

Name of the view to be imported or exported for power intent.

t_setup_file_name

Name of the user-defined setup file.

g_lpDBLibName

Name of the library of the cellview in which the power view is generated.

g_lpDBCellName

Name of the cell in which the power view is generated.

g_lpDBViewName

Name of the power view in the cellview.

Value Returned

t

Returns t if the power intent setup is successfully imported or loaded.

nil

Returns nil otherwise.

Example

vpmImportPowerIntentSetup( "test_pg" "pass_gate_SC" "schematic" "lpSetup.il")

Related Topics

Power Intent Import

Return to top
 ⠀
X