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

vpmRemovePowerSwitchInstance

vpmRemovePowerSwitchInstance(
t_cellName
t_instName
)
=> t / nil

Description

Removes registered transistor instances as power or ground switches.

Arguments

t_cellName

The name of the parent cell name of power switch instance.

t_instName

The name of the power switch instance.

Value Returned

t

The instances are removed successfully.

nil

The instances could not be removed.

Example

vpmRemovePowerSwitchInstance("analog_blk" "M0" )

M0 is an instance in the analog_blk cell, which had been registered as a power switch using SKIL API vpmDefinePowerSwitchInstance. This instance will not be treated as a power switch any more.

Related Topic

Handling of Low Power Special Cells


Return to top
 ⠀
X