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信息资料的把握和积累上。

  • 相关阅读:
    HDU4513 吉哥系列故事——完美队形II Manacher算法
    POJ3974 Palindrome Manacher算法
    POJ1674 Sorting by Swapping 置换群
    100个著名初等数学问题[转载]
    POJ1026 Cipher 置换群
    FOJ1977 Pandora adventure 插头DP
    HDU1964 Pipes 插头DP
    POJ1286 Necklace of Beads polya计数
    Manacher算法O(n)回文子串算法[转载]
    POJ3270 Cow Sorting 置换群
  • 原文地址:https://www.cnblogs.com/xgcl-wei/p/8947605.html
Copyright © 2011-2022 走看看