分享

CTS介绍——定义(2)

 mzsm 2022-06-22 发布于湖北

本公众号【读芯树:duxinshu_PD】主要介绍数字集成电路物理设计相关知识,才疏学浅,如有错误,欢迎指正交流学习。

这是集成电路物理设计的第八个系列【CTS】的第二篇文章,本篇文章主要介绍CTS exception定义相关内容:

01

stop pin

  • stop pin (sink pin/sync pin): 时钟树的一部分,cts需要对时钟树进行DRV fix同时,将sink pin进行skew banlance考虑。

  • 告诉工具将某些pin/port识别为sink点。

  • >set_clock_balance_points -clock clk -consider_for_balance true -balance_point pins

  • sink pins examples:

    A clock pin on a sequential cell, unless that cell drives a generated clock;

    a clock pin on a macro cell;

02


ignore pin

  • ignore pin (min):  时钟树的一部分,cts需要对时钟树进行DRV fix但是,不对ignore pin进行skew balance考虑。

  • 将pin从balance对象中移除,只进行DRVd的修复。

  • >set_clock_balance_points -clock clk -consider_for_balance false -balance_point pins

  • ignore pins examples:

    Source pins of clock trees in the fanout of another clock;

    Nonclock input pin of sequential cells;

    Multiplexer select pins;

    Three-state enable pins;

    Output ports;

    Incorrectly defined clock pins (the clock pin does not have trigger edge information or does not have a timing arc to the output pin);

    Buffer or inverter pins that are held constant by using the set_case_analysis command;

    Input pin of combinational cells or integrated clock-gating cells that do not have any fanout or that do not have any enabled timing arcs.


03


exclude pin

  • exclude pin: 不属于时钟树的一部分,但可能和clock net有连接。

  • 将一些pin从balance对象中移除,不做balance处理,不进行transition fix,在postRoute阶段进行transition 修复。

04


floating pin

  • floating pin: 有延时信息的pin,进行skew balance 和DRV修复,和stop pin的处理方式一样,不同之处是可以在floating pin上增加或者减小一个delay值,工具在进行balance处理时,需要考虑增加或减小的delay值,从而将该pin的latency做长或者做短进行balance。

  • >set_clock_balance_points -clock CLK -delay -50 -balance_point [get_pins U1/CLK]

图片

05


through pin

  • Non-stop pin(through pin): 工具在进行CTS过程中,在某些位置需要停止,non-stop pin告诉工具,时钟可以穿通该pin,继续向前传递(create_generate_clock)。

06


summary

图片

07


参考文献

Fusion Compiler/ IC Compiler II User GuideInnovus User Guide

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多