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

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜全文
查看: 15787|回复: 25

[原创] 后端面试--每日一题(060)

[复制链接]
发表于 2011-7-21 11:22:48 | 显示全部楼层 |阅读模式

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

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

×
There is a PLL clock with 50ps jitter and 5ps duty cycle variation. In the design, there are both of posedge Flips and negdege flips. How to transfer the jitter and duty cycle variation into timing constraint?

有一个PLL的时钟,jitter是50ps,duty cycle有5ps的漂移。设计中需要同时用到时钟的上升沿和下降沿,如何把那个50ps和5ps写到约束文件里?

难度:4
 楼主| 发表于 2011-7-21 22:29:44 | 显示全部楼层
jitter 是cycle的漂移,和duty cycle的漂移是两码事
所以你的做法过于苛刻了
回复 支持 反对

使用道具 举报

发表于 2011-7-22 08:46:30 | 显示全部楼层
我的理解:
Output jitter is defined in three ways: period jitter. duty-cycle jitter, and phase jitter.
so,uncertainty=50ps。
请老大指正。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-7-22 11:57:37 | 显示全部楼层
如果只是50ps jitter,set_clock_uncertainty -setup 0.05 就好了
难点是那个5ps 的duty cycle 漂移,如何加进SDC?
不然的话,难度也不会是4级
回复 支持 反对

使用道具 举报

发表于 2011-7-22 13:35:43 | 显示全部楼层
set_clock_uncertainty -rise_to 0.05
set_clock_uncertainty -rise_from 0.05
set_clock_incertainty -fall_to 0.055
set_clock_uncertainty -fall_from 0.055
?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-7-22 15:03:41 | 显示全部楼层
总算等到明白人了!
这是做法之一,但是当有许多generated clock时,要一一定义,比较麻烦
还有一种更巧妙的方法
回复 支持 反对

使用道具 举报

发表于 2011-7-22 18:10:12 | 显示全部楼层
崇拜中
回复 支持 反对

使用道具 举报

发表于 2011-7-22 21:21:49 | 显示全部楼层
Should duty cycle be a percentage then?
回复 支持 反对

使用道具 举报

发表于 2011-7-22 21:38:17 | 显示全部楼层
学习了,看到题目,第一感觉set_clock_uncertainty中应该有option来设置.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2011-7-23 10:58:34 | 显示全部楼层
本帖最后由 陈涛 于 2011-7-23 11:31 编辑

做法有2种

1)
对所有关连的时钟,逐一设定如下
set_clock_uncertainty -rise_to 0.05
set_clock_uncertainty -rise_from 0.05
set_clock_uncertainty -fall_to 0.055
set_clock_uncertainty -fall_from 0.055

2)
只对PLL的输出时钟
set_clock_latency -source -fall -early -0.005
set_clock_latency -source -fall -late 0.005
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2025-9-14 15:54 , Processed in 0.023745 second(s), 5 queries , Gzip On, Redis On.

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