pibNetType
layoutXL pibNetType string "Net"
Description
In Layout EXL or higher tier, specifies the net shapes to be pushed into the selected soft block. The valid values are: Power/Ground, Net, and Float.
The default value is All, which indicates that power/ground, signal, and float nets are to be pushed into the block.
GUI Equivalent
|
Push Into Blocks – Net Filter ( |
Examples
envGetVal("layoutXL" "pibNetType")
envSetVal("layoutXL" "pibNetType" "Power/Ground")
Related Topics
List of Layout XL Environment Variables
Return to top