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

  • 相关阅读:
    IOS AutoLayout 代码实现约束—VFL
    理解iOS Event Handling
    一些优秀的iOS第三方库
    iOS中NSNotification、delegate、KVO三者之间的区别与联系?
    laravel 框架加载自定义函数/类文件
    Nodejs 使用 socket.io 简单实现实时通信
    Redis 与 Memcache 的异同之处
    Redis 服务安装
    PHP 依赖管理神器 Composer 基本使用
    Ajax无刷新图片插件使用
  • 原文地址:https://www.cnblogs.com/xgcl-wei/p/8947605.html
Copyright © 2011-2022 走看看