关于如何设置cadence里面数字显示有效位数的问题
(2012-04-18 10:47:11)
标签:
it |
关于如何设置有效位数的问题,如下:
方法1:在CIW或者.cdsinit里面写:
envSetVal("auCore.misc" "labelDigits" ‘int 5)
方法2:在.cdsenv文件里面写:
auCore.misc labelDigits int 3
方法3:在CIW里面输入:
aelPushSignifDigits(5)
Any question,email to yongcong.chen@tom.com
方法1:在CIW或者.cdsinit里面写:
envSetVal("auCore.misc" "labelDigits" ‘int 5)
方法2:在.cdsenv文件里面写:
auCore.misc labelDigits int 3
方法3:在CIW里面输入:
aelPushSignifDigits(5)
Any question,email to yongcong.chen@tom.com