quarteus警告Critical Warning: The following clock transfers have no clock uncertainty assignment.这类问题

参考http://blog.sina.com.cn/s/blog_436c7ed30100lu1q.html
我的sdc文件命名的时钟是clk_50
如果点开出现

Critical Warning: From clk_50 (Rise) to clk_50 (Rise) (setup and hold)

这种需要在sdc文件添加

set_clock_uncertainty -hold -rise_from clk_50 -rise_to clk_50 0.150
set_clock_uncertainty -setup -rise_from clk_50 -rise_to clk_50 0.150

主要是看从哪到哪,该警告是rise_from clk_50 rise_to,括号是有哪个就添加哪句话(setup and hold)
如果是

Critical Warning: From clk_50 (Fall) to clk_50 (Rise) (setup and hold)

那就是fall_from clk_50 rise_to,根据实际进行添加
如果还有

Critical Warning: From altera_reserved_tck (Rise) to altera_reserved_tck (Rise) (setup and hold)

这类提示
同理
添加

set_clock_uncertainty -setup -rise_from altera_reserved_tck -rise_to altera_reserved_tck 0.150
set_clock_uncertainty -hold -rise_from altera_reserved_tck -rise_to altera_reserved_tck 0.150

根据警告内容照着改就行。

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值