zoukankan      html  css  js  c++  java
  • Clock Tree Sink Pins and Synchronous Pins

    http://hi.baidu.com/xinchao628/blog/item/07e7a088a063faa70f244417.html The clock tree sinks are the synchronous points of a clock tree.astro clock tree synthesis identifies the following pins as clock tree sinks. .sequential cells'clock port with trigger edge information .user-defined synchronous pins with tha ataDefineSyncPin or ataDefineSyncPort command if you are not sure whether the clock ports of sequential cells in your library have trigger edge information,review your library preparation or use the auDumpCLF command to write a text file.in the file,you must have defineTimingTLU statemates with the following keywords for all sequential cell, .setup_rising .setup_falling ,hold_rising .hold_falling .clock_rising .clock_falling note: if a sequential cell is defined as a clock-gating intergated cell with the dbSetLModeSubType command,or its output port has a create_generated_clock defined,its clock port is not treated as a clock sink(synchronous)pin,even if it has trgger edge information.astro clock tree synthesis traverses that pin and synthesize clock trees beyond that pin. if you want to synchronize a nonclock pin-such as a combination logic gate's pin,a macro's pin,or a sequential gate's set/reset pin --you must define it as a synvhronous pin explicitly ,using the dbDefineSyncPin or dbDefineSyncPort command,the dbDefineSyncPin command is used for the instance ,whereas ,the dbDefineSyncPort command is used for the master. review your library prepartion and design preparation to make sure your synchronous port and synchronous pin definitions are completed. 载中...
  • 相关阅读:
    华为 VRP系统管理
    清除远程桌面登陆记录
    windows多用户登陆
    破解win7系统密码
    ms10-061漏洞复现
    通达OA任意用户登录漏洞复现(POC+手工方式实现)
    Windows五次Shift漏洞
    CODESYS V3远程堆溢出漏洞复现(环境配置+复现过程)
    工控软件DLL劫持漏洞复现
    Redis远程命令执行漏洞复现
  • 原文地址:https://www.cnblogs.com/asic/p/2179668.html
Copyright © 2011-2022 走看看