为了执行一些优化算法,我需要从 tcl dc_shell(synopsys 版本 D-2010.03-SP3)获取属性时具有很高的精度。例如
get_attribute CORE65LPLVT/HS65_LL_IVX9 cell_leakage_power
返回我 0.000001,而实际值为 1.381e-6(通过 report_power 获得)。
我试过
set report_default_significant_digits 10
但没有任何改变。如何获得更多有效数字?