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
Value Returned
|
Returns |
|
Example
vpmImportPowerIntentSetup( "test_pg" "pass_gate_SC" "schematic" "lpSetup.il")
session = (vpmExtractPowerIntent "test_pg" "pass_gate_SC" "schematic")
vpmExportPowerModel (session "designmodel.upf")
Related Topic
Return to top