zoukankan      html  css  js  c++  java
  • 胶连逻辑(glue logic)、FPGA里面的jitter,skew含义

     
     
     

    关于胶连逻辑(glue logic的解释如下:

    gule logic的中文含意是胶合逻辑,它是连接复杂逻辑电路的简单逻辑电路的统称。

    例如,一个ASIC芯片可能包含许多诸如微处理器、存储器功能块或者通信功能块之类的功能单元,这些功能单元之间通过较少的粘合逻辑连接起来。在印制板(PCB)层,粘合逻辑可以使用具有较少逻辑门的粘合芯片实现,例如PALGALCPLD等。

    "Do not add glue-logic at the top level"的意思就是说在设计的顶层连接各个子模块的时候要直接相连,而不要插入一些简单逻辑来连接各个子模块。

    glueless interface(无粘接接口),不粘于某一特类个体(RAM ROM flash)。这芯片的接口规格一般有超过一种业界规格,使其接口并不局限于一种制式。

    在硬件设计选型上,选择no glue logic or glueless logicIC,可以使硬件设计简单化。这次选用的Rabbit 2000,硬件设计规则很简单,它采用了无粘接接口,6种静态存储器芯片(比如RAMflashEPROM)可以不用任何glue logic直接连接到微处理器,使用方便。

     

     

    Clock Skew: The spatial variation in arrival time of a clock transition on an integrated circuit;

    Clock jitter: The temporal vatiation of the clock period at a given point on the chip;

    整理的一些解释:

    Clock Skew 是指时钟偏移,时钟到达电路中各时序器件的时间上的不同。就是说因为插入buffer、数据路径长度不同,而使得clock到各个寄存器时钟输入端延迟时间不同。

    Clock jitter:时钟抖动。jitter通常指时钟上升沿的无规则变化,表现为上升沿的抖动。可以用锁相环解决了这个问题,锁相环有稳定时钟的作用,消除了时钟的 jitter。
    jitter是由于电压温度或者晶振pll本身的性能而引起的偏差,这个是不可克服的,而且只有害没有益,一般经验值clk要留10%的余量就是考虑这个问题。

     

  • 相关阅读:
    CURL常用命令
    极客无极限 一行HTML5代码引发的创意大爆炸
    JS的prototype和__proto__(含es6的class)
    leetcode 44:construct-binary-tree-from-preorder-and-inorder
    leetcode 43:construct-binary-tree-from-inorder-and-postorder
    leetcode 42:binary-tree-level-order-traversal-ii
    leetcode 38:path-sum
    leetcode 37:path-sum-ii
    leetcode 33:pascals-triangle
    leetcode 32:pascals-triangle-ii
  • 原文地址:https://www.cnblogs.com/youngforever/p/3104679.html
Copyright © 2011-2022 走看看