maxInputPinsForAlgoStdCellABT
lp maxInputPinsForAlgoStdCellABT int maxInputPins
Description
Specifies the maximum number of input pins in a cell for an unregistered cell in the backtracing path and identified as an Algorithm Standard cell to be considered for automatic logic extraction. The default value is 3 and it can be changed to any integer less than or equal to 5.
GUI Equivalent
Example
envSetVal("lp" "maxInputPinsForAlgoStdCellABT" 'int 3)
Related Topics
Backtrace Enable Signals of Special Cells
maxOutputPinsForAlgoStdCellABT
lp maxOutputPinsForAlgoStdCellABT intmaxOutputPins
Description
Specifies the maximum number of output pins in a cell for an unregistered cell in the backtracing path and identified as an Algorithm Standard cell to be considered for automatic logic extraction. If count of outputs pins exceeds the limit specified this variable, Virtuoso Power Manager will skip logic extraction for such a cell. The default value is 3 and it can be changed to any integer less than or equal to 5.
GUI Equivalent
Example
envSetVal("lp" "maxOutputPinsForAlgoStdCellABT" 'int 3)
Related Topics
Backtrace Enable Signals of Special Cells
Return to top