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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 5525|回复: 4

[求助] 关于set_max_capacitance的理解

[复制链接]
发表于 2015-6-10 18:35:08 | 显示全部楼层 |阅读模式

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

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

x

判断max_capacitance是否违例?

max_capacitance

         Maximum capacitance is a design rule constraint. It is set as a pin-level attribute that defines the maximum total capacitive load that an output pin can drive.

set_max_capacitance

         Use the set_max_capacitance command to specify a capacitance value on input ports or designs.

假设cell_2B引脚的电容为0.3同时cell_1A引脚的max_capacitance
0.9

当设置set_max_capacitance 0.5 [get_ports B]
(
设置AB间连线的负载电容)

那么在做时序分析时

                            max_capacitance >= Cb + Cab


0.9 >= 0.3 + 0.5

问题1是否可以断定max_capacitance的时序分析没有问题

其中 Cbcell_2B引脚电容,Cabset_max_capacitance设置的AB间连线的负载电容。

问题2如上所述的对set_max_capacitance的理解和对时序分析时的max_capacitance的理解是否正确?

捕获.PNG
 楼主| 发表于 2015-6-10 22:29:03 | 显示全部楼层
自己顶
发表于 2015-6-11 11:15:02 | 显示全部楼层
一般cap还包括net cap, 你这里仅仅是pin cap

total cap= wire cap + pin cap
 楼主| 发表于 2015-7-15 13:29:59 | 显示全部楼层
回复 3# icfbicfb


    你好,有个问题需要请教,你看如下两条语句结果是否相同,谢谢
######################################################################
set link_library "* maxlib.db"
set_min_library maxlib.db -min_version minlib.db
set_operating_conditions -max_library maxlib.lib -max $OPCOND_MAX \
                         -min_library minlib.lib -min $OPCOND_MIN
#######################################################################
set link_library "* maxlib.db minlib.db"
set_operating_conditions -max_library maxlib.lib -max $OPCOND_MAX \
                         -min_library minlib.lib -min $OPCOND_MIN
发表于 2015-7-15 15:56:30 | 显示全部楼层
不太会用了这种用法,
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

如何优化 SoC 设计

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

GMT+8, 2024-11-19 15:37 , Processed in 0.019235 second(s), 8 queries , Gzip On, Redis On.

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