zoukankan      html  css  js  c++  java
  • clock uncertainty

    clock uncertainty http://shunlang.blogbus.com/logs/71012206.html 发现以前的理解有些错误,更正一下 Pre CTS:Clock Uncertainty = Clock skew + Clock jitter + Margin Post CTS:Clock Uncertainty = Clock jitter + Margin Jitter is a quantitative measure for the clock uncertainty ,it's a really clock ,output of pll.osc Clock latency is defined as the amount of time from the clock origin point to the sync pin of the flop and uncertainity is jitter which is generated by the oscillator that is PLL Clock Skew is the difference between the clock arrival times at two different nodes (a) The insertion delay to the launching flip-flop's clock pin is different than the insertion delay to the capturing flip-flop's clock pin (one paths through the clock tree can be longer than another path). This is called clock skew. (b) The clock period is not constant. Some clock cycles are longer or shorter than others in a random fashion. This is called clock jitter. (c) Even if the launching clock path and the capturing clock path are absolutely identical, their path delays can still be different because of on-chip variation. This is where the chip's delay properties vary across the die due to process variations or temperature variations or other reasons. This essentially increases the clock skew. 在post CTS时,时序一定要记得设置set_propagated_clock,它包含了布局布线后真实的时钟信息。 还需要设置set_clock_latency -source 和PLL产生的 set_clock_uncertainty 这两个都是综合模块的外部环境造成的影响。 set_clock_uncertainty 主要是考虑实现是工艺偏差情况下,所做设计依然是可以工作的,既设计具有较强的鲁棒性。
  • 相关阅读:
    机器视觉会议以及牛人
    转图像偏微分方程不适定问题
    浅析点对点(End-to-End)的场景文字识别(图片文字)
    图像处理数学方法
    计算机视觉代码合集
    计算机视觉与模式识别代码合集第二版one
    计算机视觉与模式识别代码合集第二版two
    计算机视觉与模式识别代码合集第二版three
    计算机视觉、模式识别方面稍微容易中的期刊
    C#6.0 VS2015
  • 原文地址:https://www.cnblogs.com/asic/p/2163290.html
Copyright © 2011-2022 走看看