zoukankan      html  css  js  c++  java
  • 物理综合:关于PVT

    关于PVT

    •   本文针对常见的PVT问题,做深入的分析和总结

    •   PVT属于时序设计中的基本问题,属于必须掌握的知识点

    •   希望对大家的面试和工作有帮助

    •  跟多交流可联系个人微信号(xgcl_wei)进行进一步沟通学习

    影响时序的因素

    •    Apply environmental attributes to model the timing effects of:

    •        Input drivers and transitiontimes

    •        Capacitive output loads

    •        PVT operatingconditions or ‘corners’

    •        Interconnect parasitic RCs

    Modeling PVT Effects

    •  Case Two:

    •  Multiple Lib Files, No Op. Cond’s

    • Three lib file released forwccom/ norminal / bccom

    • In your .synopsys_dc.setupfile, enter:

    •        set target_libraryXvendor_90nm_wccom.db

    •        set link_library “* Xvendor_90nm_wccom.db”

    Modeling PVT effects

    •  Case Three:

    •     Multiple Files with OperatingCond’s

    •       Three lib files released forwccom/norminal/bccom

    •       In your .synopsys_dc.setup fileand constraint file, enter:

    •         set target_libraryvendorX90nm_slow_proc.db

    •         set link_library “*vendorX90nm_slow_proc.db”

    •         set_operating_conditions -max “WCCOM”

    PVT总结

    •     针对厂家提供的工艺参数文件,要及时沟通和更新;

    •     一般来说,厂家会提供推荐流程(相对保守);

    •     通过流片的积累,丰富自己在相关厂商的流片经验,适当调整约束策略和条件,使良率达到最优;

    •     一个公司ASIC水平的高低,实际上体现在对厂家PVT信息资料的把握和积累上。

  • 相关阅读:
    手机浏览器
    一招封住360流氓
    原来在Delphi中的类型是严格匹配的
    Windows 7下面3389远程连接时“超出最大连接数”解决办法
    大家开发过淘宝商城API应用的么?
    adodb.recordset 添加记录后无法取得ID
    VBATrack Picture
    java web后台开发SSM框架(Spring+SpringMVC+MyBaitis)搭建与优化
    VBATrack MsgBox
    VBATrack 暂停3秒运行
  • 原文地址:https://www.cnblogs.com/xgcl-wei/p/8947605.html
Copyright © 2011-2022 走看看