usePassiveComponentHeights
APR.device.grid usePassiveComponentHeights boolean { t | nil }
Description
Considers passive components, such as inductors, transformers, and transmission lines, for row height calculations during row region and poly grid generation.
The default value is nil, in which case passive components are ignored.
GUI Equivalent
Examples
envGetVal("APR.device.grid" "usePassiveComponentHeights")
envSetVal("APR.device.grid" "usePassiveComponentHeights" 'boolean t)
Related Topics
Deriving Row Regions and Grids in the Automated Device Placement and Routing Flow
Auto P&R Assistant User Interface for Device-Level Placement
Return to top