exportNoBumpTerm
layout exportNoBumpTerm boolean { t | nil }
Description
Includes the top-level IC layout terminals, which do not have the corresponding IO cells in the layout, while exporting the die. The default value is nil. By default, the terminals that have corresponding IO cell implementation are exported during die export.
GUI Equivalent
Examples
envSetVal("layout" "exportNoBumpTerm" 'boolean nil)
envGetVal("layout" "exportNoBumpTerm")
Related Topics
Return to top