vpmRemovePowerSwitchInstance
vpmRemovePowerSwitchInstance(
t_cellName
t_instName
)
=> t / nil
Description
Removes registered transistor instances as power or ground switches.
Arguments
Value Returned
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