• 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. 载中...
  • 相关阅读:
    繼續抽像類使用操作改變的問題
    C# 连接池
    简单实用的DataSet更新数据库的类+总结(c#)
    Clone方法
    去掉桌面图标阴影
    第七章 线程的调度、优先级和亲缘性(4)
    第七章 线程的调度、优先级和亲缘性(6)
    windows定时开关机
    Google Chrome 错误 (和诺顿冲突导致崩溃)
    第七章 线程的调度、优先级和亲缘性(7)
  • 原文地址:https://www.cnblogs.com/asic/p/2179668.html
Copyright © 2020-2023  润新知