initPinHeight
layoutXL initPinHeight float floating_point_number
Description
Specifies the height 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 (CPH) window. For CPH soft block, the environment variable feeds the I/O Pins tab with the default pin height 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 height 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" "initPinHeight")
envSetVal("layoutXL" "initPinHeight" 'float 1.0)
Related Topics
List of Layout XL Environment Variables
Return to top