warning: Cell contains tie connections which are not connected to rea
l PG.
icc_shell> derive_pg_connection -power_net VDD -power_pin VDD -ground_net VS
S -ground_pin VSS -tie
begin derive_pg_connection...
-- reconnected total 0 tie highs and 0 tie lows
1
icc_shell> check_mv_design -power_nets
。。。。。。。。。。
Warning: Total 89 logical library cell(s) used in the design do not have pow
er/ground pins. (MV-597)
Power/Ground Connection Summary:
P/G net name P/G pin count
--------------------------------------------------------------------
Unconnected power pins: 11268
Unconnected ground pins: 11268
--------------------------------------------------------------------
Warning: Power connection/checking is skipped for 22536 power pins because t
he required power pin information cannot be found in logical libraries. (MV-
510)
No Errors/Warnings Found.
----------------------------------------------------------------------------
----
Supply Operating Voltage Checks
----------------------------------------------------------------------------
----
No Errors/Warnings Found.
Please review report above for warnings and errors.
1
foundry提供的library 就是这个了,好像也没有其他D的“ logical libraries wi
th power pins.”
这个应该如何处理?谢谢
大侠,我也遇到这个问题,试了#5的方法还是不行Checking [VSS]:
There are no floating shapes
ERROR: There are 306 floating pins
Checking [VDD]:
There are no floating shapes
ERROR: There are 306 floating pins
Checked 2 nets, 2 have Errors
我用
drive_pg_connection -power_net VDD -power_pin VDD\ -power_net VSS -power_pin VSS\
-tie
时,出现reconnect total 0 tie highs and 0 tie lows
后来分别用
drive_pg_connection -power_net VDD -power_pin VDD\ -power_net VSS -power_pin VSS
drive_pg_connection -power_net VDD \ -power_net VSS \
-tie
可以连到power port
但提示connect 0 ground port
check_mv_design -power_nets(我的不是多电源设计)也提示
power connection/checking is skipped for 28101 power pins because the required power pin information cannot be found in logical libraries
请问下怎么解决呢