createNoConn
vrf.exportDie createNoConn boolean { t | nil }
Description
Creates a schematic with the noConn symbol connected to the extra pins in IC symbol when set to t. The default value is t. When set to nil, it indicates an error condition due to more pins in IC symbol as compared to the exported die abstract.
GUI Equivalent
Examples
envSetVal("vrf.exportDie" "createNoConn" 'boolean nil)
envGetVal("vrf.exportDie" "createNoConn")
Related Topics
Return to top