checkerPrecisionFactor
vrf.exportDie checkerPrecisionFactor int precision
Description
Specifies the multiplication factor used to calculate the precision for fixing IO pin locations when running the LVA checker and fixer. For example, when set to 2, the precision is calculated as 2 * 1/1000 = 0.002, where the DBUPerUU is 1000.
GUI Equivalent
Examples
envSetVal("vrf.exportDie" "checkerPrecisionFactor" 'int 4)
envGetVal("vrf.exportDie" "checkerPrecisionFactor")
Related Topics
Return to top