bumpCenterMismatchCheck
vrf.exportDie bumpCenterMismatchCheck boolean { t | nil }
Description
Checks that the center of bump master cellview matches the center of the shape, which is used during die export to create IO/bump in abstract. The default value is nil, which means that the check is not performed.
GUI Equivalent
Examples
envSetVal("vrf.exportDie" "bumpCenterMismatchCheck" 'boolean t)
envGetVal("vrf.exportDie" "bumpCenterMismatchCheck")
Related Topics
Return to top