博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
priority of uncertainty
阅读量:6242 次
发布时间:2019-06-22

本文共 683 字,大约阅读时间需要 2 分钟。

set_clock_latency models board-level clock delays most useful is for I/O constraints,

derive_clock_uncertainty calls out individual set_clock_uncertainty for every clock transfer

derive_clock_uncertainty’s individual calls of set_clock_uncertainty occur when the timing netlist is being updated, which is after all SDC files have been read in.

If the user has set_clock_uncertainty assignments elsewhere in their .sdc files, those assignments will have priority. 

If the user’s set_clock_uncertainty assignments or the derive_clock_uncertainty assignment has the -add option, then the uncertainties will be additive.

转载于:https://www.cnblogs.com/testset/archive/2013/05/24/3096856.html

你可能感兴趣的文章
Retrofit源码分析
查看>>
零基础兴趣或者转行学习Python,我们应该如何入门呢?
查看>>
electron 仿制QQ登录界面
查看>>
基于Spring Boot实现图片上传/加水印一把梭操作
查看>>
聊聊storm的LoggingClusterMetricsConsumer
查看>>
vue-waterfall2 基于Vue.js 瀑布流组件
查看>>
Vue一个案例引发的递归组件的使用
查看>>
Canvas 实现一个简单的贪吃蛇
查看>>
前后端导出/下载excel方法
查看>>
JVM之垃圾回收与内存动态分配
查看>>
Numpy中的广播原则/机制
查看>>
DOM编程系列之事件
查看>>
小程序加载svg图片
查看>>
JavaScript面向对象编程-多态
查看>>
sequelize 管理查询——一对一关联查询
查看>>
PHP下kafka的常用脚本实践
查看>>
AJAX
查看>>
百度地图绘制点、图形
查看>>
PHP 文件系统完全指南
查看>>
PyQt5,RadioButton
查看>>