initPinWidth
layoutXL initPinWidth float floating_point_number
Description
Specifies the width of pins generated by the Generate All From Source, Generated Selected From Source, and Update Components And Nets commands, and when defining soft blocks in the Configure Physical Hierarchy window. For CPH soft block, the environment variable feeds the I/O Pins tab with the default pin width values.
This value is honored only if it is greater than the minimum width value obtained from the constraint lookup.
Arguments
|
A float specifying the default width of pins generated by Layout XL; for example, 0.25. |
|
GUI Equivalent
|
Connectivity – Generate – All From Source (I/O Pins tab)
Connectivity – Update – Components And Nets (I/O Pins tab)
Launch – Configure Physical Hierarchy (in Soft Block mode) |
|
Examples
envGetVal("layoutXL" "initPinWidth")
envSetVal("layoutXL" "initPinWidth" 'float 1.0)
Related Topics
List of Layout XL Environment Variables
Return to top