initPinMultiplicity
layoutXL initPinMultiplicity int integer
Description
Specifies the number of pins of each type to be generated by the Generate All 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 number of pins of each type to be generated.
Arguments
|
Non-zero positive integer specifying a number of pins to be generated; for example, 1. |
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" "initPinMultiplicity")
envSetVal("layoutXL" "initPinMultiplicity" 'int 2)
Related Topics
List of Layout XL Environment Variables
Return to top