vpmExportDotLib
vpmExportDotLib(
x_session_id
t_file_dot_lib
)
=> t / nil
Description
Exports the extracted power intent in the .lib file format.
Arguments
|
The ID of the window for which you want to export the power intent. |
|
Value Returned
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
Return to top