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

vpmExportDotLib

vpmExportDotLib(
x_session_id
t_file_dot_lib
)
=> t / nil

Description

Exports the extracted power intent in the .lib file format.

Arguments

x_session_id

The ID of the window for which you want to export the power intent.

t_file_dot_lib

The name of the file for exporting the power intent.

Value Returned

t

The file is exported successfully.

nil

The file could not be exported.

Example

vpmImportPowerIntentSetup( "test_pg" "pass_gate_SC" "schematic" "lpSetup.il")
session = (vpmExtractPowerIntent  "test_pg" "pass_gate_SC" "schematic")
vpmExportDotLib (session "libModel.lib") 

Exports the power intent as the Liberty Power Model libModel.lib file.

Related Topic

Exporting Liberty Power Model


Return to top
 ⠀
X