马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
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上? |