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

vpmExportPowerModel

vpmExportPowerModel(
x_sessionID
t_output_file_name
)
=> t 

Description

Exports the 1801 power model for a design. Ensure that the design has been extracted by using vpmExtractPowerIntent, or using the GUI options in Virtuoso Schematic Editor. This function requires a session ID, which is generated upon successful power intent extraction for the design.

Arguments

x_sessionID

The return value of vpmExtractPowerIntent.

t_output_file_name

The name of the file for exporting the 1801 power model.

Value Returned

t

Returns t if the 1801 power intent model is successfully exported to the file.

Displays an error message.

Example

vpmImportPowerIntentSetup( "test_pg" "pass_gate_SC" "schematic" "lpSetup.il")
session = (vpmExtractPowerIntent "test_pg" "pass_gate_SC" "schematic")
vpmExportPowerModel (session "designmodel.upf") 

Related Topic

Exporting 1801 Power Model


Return to top
 ⠀
X