1. creating accurate switching current waveforms (profiles)

2.output-state dependent decoupling capacitance (intrinsic decapacitance)

3. equivalent power circuit resistance (ESR effective series resistance)

4.switching delay

5.leakage current

Design View:

1. Main physical information of  the design inputs :DEF and LEF files

2.RDL overlay of GDS

3.Lib/CCS/APL data

4.Physical Macro model views

ModifiedDesignView(sub-views)

The ModifiedDesignView provides an efficient way to make small changes to an existing Design View.

It is also the primary mechanism for reading any power/ground source/bump locations.

1.The power/ground voltage source locations or to import a ploc file

2.Modify geometries using by adding/deleting metals and vias or create dummy RDL patterns

3.Any light view changes only and referencing the main Design View

ExtractView:

1.parasitic extraction directly on the design data.  power grids / signal nets /resistors/capacitors. And also store information on shorts/disconnects/SPRs.

2.From inporting a SPEF input file of the signal nets. The view will store the signal net loading used for power grid analysis or more detailed information for Signal ElectroMigration(EM) analysis.

TimingView:

holds all external timing constraints read from SDC files and timing information,slews,timing windows,clock and slack,read from the output of STA through timing window files.It annotates all of the information onto the design as it builds a timing graph of entre design based on the chosen process corner.

Scenario View :

determine instance demand currents for specific conditions (design mode,PVT corner,spedific simulation vectors).

ElectroMigrationView:

EM view contains the results of analyzing the EM rules based on the currents through either the PG nets or the Signal nets coming from either the Analysis View or the SignalNetCurrentView.

Peak/RMS/DC limits read from the technology view.

SignalNetCurrentView:

Contain the results of calculating,first,the driver currents for signal nets,followed by calculating the currents distributes through parasitics of the signal nets from the driver to all the receivers.

ReducedModelView:

Reduced die model and so require submitting to a single big machine.It's recommended you generate ExtractView.

APL: ANSYS Power Library的更多相关文章

  1. lower power的physical library

    在一个cell library中,比较重要的是cell height,cell height由tracks来决定,track表示一个metal线的pitch. 一个cell通常被做成一定数量的trac ...

  2. Jeffrey Richter's Power Threading Library

    Jeffrey Richter's Power Threading Library The Power Threading Library consists of a number of classe ...

  3. library 中的internal power为何为负值?

    下图是library中一个寄存器Q pin 的internal_power table, 表中该pin 的internal power 大多都是负值.其实library 中的internal_powe ...

  4. 浅谈Power Signoff

    Power Analysis是芯片设计实现中极重要的一环,因为它直接关系到芯片的性能和可靠性.Power Analysis 需要Timing Analysis 产生包含频率.transition 等时 ...

  5. Power BI REST API

    Overview of Power BI REST API https://msdn.microsoft.com/en-us/library/dn877544.aspx 验证方式 OAuth 2.0 ...

  6. Power BI入门教程

    题记:这篇文章不仅是Power BI的入门教程,同时相对于Qlik Sense进行了简单比较. 最近把一个Qlik Sense的示例应用手动转成了Power BI的应用,把相关步骤和遇到的问题记录如下 ...

  7. Polynomial Library in OpenCascade

    Polynomial Library in OpenCascade eryar@163.com 摘要Abstract:分析幂基曲线即多项式曲线在OpenCascade中的计算方法,以及利用OpenSc ...

  8. HP StorageWorks MSL2024 Tape Libraries - Tape library Error Codes

    Main error codes Error Code Description Details and Solution 80 Can not initialize bar code reader P ...

  9. PTPX Power Analysis Flow

    PrimeTime PX工具是PrimeTime工具内的一个feature. PTPX的功耗分析,可以报告出chip,block,cell的各个level的功耗. 使用PTPX可以分析的功耗的方式: ...

随机推荐

  1. CentOS虚拟机挂载U盘

    参考:https://www.cnblogs.com/jizhong/p/9410659.html 1.检查VMUSBArbService服务是否正在运行 2.在VMWare中连接插入的U盘 3.使用 ...

  2. sqli-labs less-15 --> less-16

    Less-15(布尔/时间盲注) 1.判断是否存在注入点 无论是输入admin/admin’/admin” 都显示回显正常,于是执行uname=admin' and sleep(5)#&pas ...

  3. HTML5,从零开始

    一.网页的组成部分 <!DOCTYPE html> <html> <head> <title>这是标题</title> <meta c ...

  4. javascript控制台 js的调试

    一.错误查询,按F12键,点击控制台.

  5. 2018 HBCPC 菜鸡选手记

    我果然太菜了 A B--T2 D--T4 C--T3 F 我果然太菜了 作为学校最菜的队员,今天下午被虐惨了. 一下午才做A-D四道题 官方题解链接 晚上吃完饭再去看. A 队友A的不清楚.没看题. ...

  6. (ubuntu系统)安装opencv-python后,报错libSM.so.6: cannot open shared object file: No such file or directory

    这是我在 用云服务器跑python代码时候 遇到的问题  卡在这好长时间...希望对同样遇到这样窘境的小白们有所帮助 在控制台界面下,找不到cv2,,,, 解决办法 步骤一: 输入 sudo pass ...

  7. 844. 走迷宫(bfs模板)

    给定一个n*m的二维整数数组,用来表示一个迷宫,数组中只包含0或1,其中0表示可以走的路,1表示不可通过的墙壁. 最初,有一个人位于左上角(1, 1)处,已知该人每次可以向上.下.左.右任意一个方向移 ...

  8. 三分钟快速上手TensorFlow 2.0 (后续)——扩展和附录

    TensorFlow Hub 模型复用 TF Hub 网站 打开主页 https://tfhub.dev/ ,在左侧有 Text.Image.Video 和 Publishers 等选项,可以选取关注 ...

  9. mysql cmd 常用命令

    环境变量配置配置好以后,打开cmd 连接:mysql -h主机地址 -u用户名 -p用户密码 (注:u与root可以不用加空格,其它也一样) 断开:exit (回车) 创建授权:grant selec ...

  10. html data-xx 及 data()注意事项

    1.data-xx命名:xx可以包含“-”和“_”,但是不能有大写字母: 2.用$ele.data()获取值的时候,不需要“data-”前缀:$ele.data('xx'); 3.$ele.data( ...