|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我最近使用ICC对RF+Digital的芯片做PR,RF模块是黑盒子,我用create_plan_groups给数字的某个单元(顶层为inst_sp_top)创建了一个多边形摆放区域,现在要给这个多边形区域生成power ring和ground ring,使用命令如下:
create_rectilinear_rings -nets {VDD VSS} -around macros -macro_cells {inst_sp_top} -offset {1 1} -layers {METAL3 METAL2} -width {1 1} -space {1 1}
结果出现的错误为:Errors: Command 'create_rectilinear_rings' failed. (PGRT-009)
没有给出错误的原因,我该如何解决?求坛子里的大牛给点提示 |
|