vpmExportPowerIntentSetup
vpmExportPowerIntentSetup(
t_setup_file_name
[ ?overwriteExisting g_overwriteExisting ]
[ ?filter g_filter ]
[ ?lpDBLibName g_lpDBLibName ]
[ ?lpDBCellName g_lpDBCellName ]
[ ?lpDBViewName g_lpDBViewName ]
)
=> t / nil
Description
Exports the loaded setup to a specified file. This file can be verified for the setup options that the Power Manager has used during import/export of power intent.
Arguments
|
t_setup_file_name
|
Name of the file to which the loaded setup is exported.
|
|
?overwriteExisting g_overwriteExisting
|
|
|
Specifies if the exported file can overwrite an existing file with the same name, if any.
|
|
?filter g_filter
|
Specifies which setup options out of environmentSetupOptions, userSetupOptions, or allSetupOptions are to be exported to the filename specified in t_output_file_name.
|
|
?lpDBLibName g_lpDBLibName
|
|
|
Name of the library in which the power view is generated.
|
|
?lpDBCellName g_lpDBCellName
|
|
|
Name of the cell in which the power view is generated.
|
|
?lpDBViewName g_lpDBViewName
|
|
|
Name of the power view generated.
|
Value Returned
|
t
|
Returns t if the loaded power intent setup is successfully exported to the file specified.
|
|
nil
|
Returns nil otherwise.
|
Example
vpmExportPowerIntentSetup( "test_pg" "pass_gate_SC" "schematic" "lpSetup.il" ?overwriteExisting t ?filter "allSetupOptions")
Related Topic
Setup for Automatic Extraction of Power Intent
Return to top