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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

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

[求助] 对于set_max_delay这个约束的一点疑问, 请大大解惑。

[复制链接]
发表于 2011-8-13 11:42:20 | 显示全部楼层 |阅读模式

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

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

x
本来初衷是约束Reg->Reg之间的组合逻辑的delay,结果PT报告的时候用该约束的delay值取代clock cycle,结果setup是违反了, 如果让PT重回到single cycle模式报告时序呢?
发表于 2011-8-14 00:52:39 | 显示全部楼层
没有太明白,
发表于 2011-8-16 09:35:43 | 显示全部楼层
如果让PT重回到single cycle模式报告时序呢?
你说的什么意思?

这个命令是一个底层的命令,会直接取代默认的时钟间setup, hold relationship;大部分的时候不需要使用;
特例的情况可以考虑使用这个命令:比如需要打两个同步寄存器来同步异步时钟域的时候,由于第一个寄存器我们知道会进入亚稳态,这个时候用set_max_delay对第一个寄存器到第二个寄存器之间的setup relationship进行过约束,给它一些时间余量来脱离亚稳态;
发表于 2011-8-16 10:22:49 | 显示全部楼层
Remember that set_max_delay and set_output_delay work together. For example, if you do a "set_output_delay -clock ext_10ns_clk -max 3 [get_ports data_out*]" then you're saying data_out* drives an external register that is clocked by ext_10ns_clk and the external delay to get there is 3ns. There will be a setup relationship between the internal clock driving your output register and this external clock. Most likely both clocks are the same frequency, so let's say it's a 10ns setup relationship. When you apply a "set_max_delay -from [get_keepers oe_reg*] 7", you're overriding the setup relationship from the oe_reg to the external register, so instead of 10ns it is now 7ns, but the external delay is still there. So, in this example, the set_max_delay makes the setup relationship become 7ns and 3ns of that will be used externally, so the oe has to get its data out in 4ns, basically like a 4ns Tco. You should see in the report_timing a value called oExt that shows this external delay.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

X

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

GMT+8, 2025-6-19 15:48 , Processed in 0.018127 second(s), 8 queries , Gzip On, MemCached On.

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