allowInoutMonitorPins
lp allowInoutMonitorPins boolean { t | nil }
Description
Identifies supply nets, meeting the monitor net detection criteria, even when the nets are connected to inout pin/term, when the flag is set to t. The default value is nil and the extractor includes only the nets with the output term.
GUI Equivalent
Power Manager Setup Form – Export tab – Export Options – Consider inputOutput terms for monitor power criterion
Example
envGetVal("lp" "allowInoutMonitorPins")
envSetVal("lp" "allowInoutMonitorPins" 'boolean nil)
Related Topics
Return to top