ICC中derive_pg_connection问题,求大神们帮忙解答,急!
IO cell电源组为:VDD/VSS 、VDDO/VSSO 、VDDQ/VSSQ;标准单元库P/G为VDD/VSS。
现想在不生成P/G PAD的基础上,将VDDO、 VDDQ 连接到VDD上,将VSSO、 VSSQ连接到VSS上,使用以下语句:
derive_pg_connection -power_net VDD -power_pin VDD -ground_net VSS -ground_pin VSS
derive_pg_connection-power_net VDDO -power_pin VDD -ground_net VSSO -ground_pin VSS
derive_pg_connection-power_net VDDQ -power_pin VDD -ground_net VSSQ -ground_pin VSS
derive_pg_connection -power_net VDD -ground_net VSS -tie
检查P/G网络连接情况时出现未连接的情况。
使用以下语句:
derive_pg_connection -power_net VDD -power_pin VDD -ground_net VSS -ground_pin VSS
derive_pg_connection-power_net VDDO -power_pin VDDO -ground_net VSSO -ground_pin VSSO
derive_pg_connection-power_net VDDQ -power_pin VDDQ -ground_net VSSQ -ground_pin VSSQ
derive_pg_connection -power_net VDD -ground_net VSS -tie
检查P/G网络连接情况时,无未连接情况,但这又不是我想要的。
使用语句:
derive_pg_connection -power_net VDD -ground_net VSS
derive_pg_connection -power_net VDD -ground_net VSS -tie
检查P/G网络连接情况时,无未连接情况,但布线后在ICC中跑LVS时,PAD VDDO等端口出现open现象。
问:在不生成P/G PAD的基础上,如何将VDDO、 VDDQ 连接到VDD上,将VSSO、 VSSQ连接到VSS上?
第一组命令,将net 和 pin 反过来
You're right十分感谢