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

vpmRemoveImportedPowerIntent

vpmRemoveImportedPowerIntent(
t_libName
t_cellName
t_viewName
)
=> t_viewlist/ nil

Description

Removes the entire power intent information that was imported for a cellview. This function also removes the netSet properties, tie connections, supply pins, and so on.

This function is used only when the Schematic XL license is checked out. Therefore, it first verifies whether the license is already checked out and if it is not, it tries to check out the license. The function also releases the license before exiting.

The view list specified by t_viewlist is used for processing the removal of imported objects for the view type instantiated in the top cellview.

Argument

t_libname

Name of the library of the cellview for which the power intent will be removed

t_cellname

Name of the cell of the cellview for which the power intent will be removed

t_viewname

Name of the view of the cellview for which the power intent will be removed

t_viewlist

List of the view names to be processed for removing the power intent information.

Value Returned

t_viewlist

Returns the list of the view names to be processed for removing the power intent information.

nil

Returns nil otherwise.

Examples

vpmRemoveImportedPowerIntent( "test_pg" "pass_gate_SC" "schematic" "schematic" "symbol")

Related Topic

Removing Imported Power Intent


Return to top
 ⠀
X