在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 5803|回复: 5

[求助] Calibre LVS 抽取Netlist时忽略没有Pin的Cell

[复制链接]
发表于 2014-7-7 07:24:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 Brienz 于 2014-7-7 07:26 编辑

最近做LVS的时候遇到的问题:Calibre从GDS中提取Spice网表的时候会忽略没有pin的cell。我们用的PDK没有提供IO和Std Cell的内部GDS,只有Pin和Blockage做PR用。有几个IO cell在我们的库里没有任何pin,比如corner cell和io power cell。这些cell肯定已经摆放并且在GDS中可见,但是因为没有pin所以基本上就是一个空的box,也没有和其他任何object连接。Calibre从这个GDS中抽取网表的时候好像会自动忽略这些cell,导致如下的LVS错误:






  1. Error:    Different numbers of instances.
  2. Layout    Source         Component Type
  3. ------    ------         --------------
  4.      0       144    *    PADIZ40 (0 pins)
  5.      0       188    *    PADOZ40 (0 pins)
  6.      0         4    *    PCORNERDGZ (0 pins)


复制代码



请问这种问题应该如何解决?我可以选择让Source的网表不包含这些cell,这样应该就能LVS通过。但是为了验证的完整性我还是希望layout的网表也包含这些cell。
发表于 2014-7-7 10:30:51 | 显示全部楼层
corner和filler一样,都是一些layer层,没有任何器件也没有任何pin,calibre怎么会认出这些东西呢?除非你自己在这些cell上做一些标识层,改写lvs rule,让calibre能认出这些cell。
发表于 2014-7-7 10:35:50 | 显示全部楼层
corner cell/bondpad没有器件的, source里面应该不包含的, 本来就是这么干的

不是所有cell 都在source里面的 lvs只能比较device, 不包含device的东西全ignore的,
 楼主| 发表于 2014-7-8 01:39:50 | 显示全部楼层
多谢两位!我把这些没有device的cell从source里去除了。
发表于 2015-9-24 09:21:43 | 显示全部楼层
你这个问题以前有人在mentor社区里问过,以下时mentor方面给的解答:
Hi,

You should only use LAYOUT CASE or SOURCE CASE YES if netlist object names that differ *only by text case* are, in fact, different objects. So, for example, if vdd and VDD are truly different nets, then you have to treat that netlist with case-sensitive parsing by setting the proper command to YES. If you have no objects that are logically different based on text case alone, then both of the preceding commands should be set to NO, which is the default.

Case-sensitive comparison of layout to source is a different matter. Calibre doesn't compare layout to source in a case-sensitive manner unless you say LVS COMPARE CASE YES. If that is set, then vdd in layout will not match VDD in the source. If NO (default) is set, then they will match.

Do this:

grep -i "lvs compare case" lvs_report

If the setting is YES, you may want to set that to NO. If it already is NO, then it sounds like your nets that differ by case are logically different nets.

For a complete discussion of this topic, refer to "Case-Sensitive Handling of Netlists" in the Calibre Verification User's Manual.

dan
发表于 2015-9-24 10:16:46 | 显示全部楼层
这么简单的问题 还要去mentor社区问 ......
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2025-2-6 14:42 , Processed in 0.018562 second(s), 9 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表