|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 defflin 于 2013-1-15 17:07 编辑
执行完:synthesize_fp_rail -nets {VDD VSS} -voltage_supply 1.62 -synthesize_power_plan -power_budget 350 -pad_mastes { PVDD1W PVSS1W }
返回结果如下:
Number of pad instances: 0 ;// 我其实已经例化了好几组power pad;
Error: All the P/G pads do not have power ports, or all the power ports are not connected to power or ground net logically.(PNA-006)
Creating PNS Replay file ./pna_output/pns_replay.tcl
Power network synthesis failed.
0
因为在做lab的时候,这一步是可以过的,所以我认为是io的mw出了问题;所以我重做了io的mw——首先读入gds,然后open_mw_cel PVDD1W ,但是在执行:
set_attribute [get_ports VDD] port_type "Power" 出错,返回结果如下:
Warning:No Port objects matched ‘VDD’ (SEL-004)
Warning: no object specified for set attribute on (MWUI-203)
0
我确定PVDD1W是有VDD port的,可是为何是这样的返回结果呢? |
|