pinOrdering
vrf.exportDie pinOrdering string { "Vertical - bottom right" | "Vertical - bottom right minimum distance" | "Custom"}
Description
Specifies the predefined algorithm to be used for pin ordering. The default value is Vertical - bottom right. The following is the description of the valid values of the environment variable:
-
Vertical – bottom rightvalue ensures that the pin at the bottom-right corner is considered as the first pin. The other pins are placed column-wise from bottom to top. -
Vertical – bottom right minimum distanceindicates that the pin located at the minimum diagonal distance from the bottom right of the die is considered as the first pin. The other pins are placed column-wise from bottom to top. -
Customlets you can define a custom algorithm by using SKILL.
GUI Equivalent
Examples
envGetVal("vrf.exportDie" "pinOrdering")
envSetVal("vrf.exportDie" "pinOrdering" 'string "Vertical – bottom right minimum distance")
Related Topics
Return to top