关于ICC place_opt的问题
时间:10-02
整理:3721RD
点击:
在做ICC布局优化时遇到了这样一个问题,谢谢大家帮忙解决一下:
1.drive_pg_connection
2.create_rectangular_rings
3.create_power_straps
4.preroute_instance
5.preroute_standard_cells
6.create_fp_placement
当我执行上述命令将电源线和地线不好后,导入std cell执行 place_opt 命令将其优化,但是出现了如下错误:
ERROR:layer 'metal1' is missing the capacitance attribute [PSYN_100]
DISCRIPTION:
You receive this message because some of the required information described below is missing.
Every metal layer in the physical library must specify informatin about pitch,default width,preferred routing
direction,and resistance and capcitance per square.
1.drive_pg_connection
2.create_rectangular_rings
3.create_power_straps
4.preroute_instance
5.preroute_standard_cells
6.create_fp_placement
当我执行上述命令将电源线和地线不好后,导入std cell执行 place_opt 命令将其优化,但是出现了如下错误:
ERROR:layer 'metal1' is missing the capacitance attribute [PSYN_100]
DISCRIPTION:
You receive this message because some of the required information described below is missing.
Every metal layer in the physical library must specify informatin about pitch,default width,preferred routing
direction,and resistance and capcitance per square.
没有tluplus文件!
我设置了tluplus files:
在用check_tlu_plus_files这个命令是出现如下错误:
ERROR:TLUPlus version 1.0 is detected。
IT is no longer supported。
是不是我的TLUPlus版本太低了,但是我没有其他的TLUPlus 文件了,
顺便问下,TLUPlus 文件是怎么产生的?
教程上有关于如何产生tluplus的方法啊,又是懒人一个呀!
用starRC
grdgenxo -itf2TLUPlus -i <ITF file> -o <TLU+ file>
其中ITF file到foundary那里下载
没错,用新一点的starxt(grdgenxo)重新产生tluplus吧,从itf文件
谢谢大家的回答,问题刚解决。
在tulp文件夹里,我只拷贝了.tluplus和.map后缀的文件,其他的.itf .nxtgrd 后缀的文件我没有拷贝过来。
刚把整个tulp文件夹都拷过来了,place_opt就可以运行了。