APL: ANSYS Power Library

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.

原文地址:https://www.cnblogs.com/lelin/p/11441660.html

时间: 2024-10-08 09:34:32

APL: ANSYS Power Library的相关文章

library 中的internal power为何为负值?

下图是library中一个寄存器Q pin 的internal_power table, 表中该pin 的internal power 大多都是负值.其实library 中的internal_power 不是功率,而是热量,单位是焦耳不是瓦特 原因: Internal power 为负值是由Liberate K 库的建模方式决定的,Liberate K 库的时候,对internal power 的建模有三种模式,由变量 pin_based_power 的值控制. pin_based_power=

ansys 常见命令集合

APDL换行与续行- APDL规定每行72个字符 如果要写表达式A=C1+C2 (C1与C2都为表达式 可以用 B=C1 A=B+C2 将一行拆成两行来做但是如果不是表达式,而是输入一个命令参数过多的话,可以用续行命令RMORE,格式如下: RMORE, R7, R8, R9, R10, R11, R12 这个命令每次也只能输入6个参数,如果多于6个,可以重复使用RMORE就可以输入13-18,19-24等等.另外,于上面续行相应的是换行,一行命令太短可以使用多个命令共一行 $",没有双引号.这

Help Desk Meet Power Shell

Help Desk Meet Power Shell 2015-12-14 16:58 微软中国TechNet 阅读 397 跟大家分享桌面技术支持与Power shell一些看法. 桌面技术支持,起初更多的是机械性地重复单一的操作,例如,底层的硬件检修,中间的系统部署,到后面系统和软件维护.这个阶段重心的是"怎么做"和"问题是否解决".经验不断的累计之后,更多的应关注问题根源,明白"为什么",找到根源,从根本上解决问题,才能真正的提升自己.同时

SharePoint 2013 Power Pivot 安装详细说明(图解)

SharePoint 2013 Power Pivot 安装配置详细说明 前提必要条件,SharePoint 2013 为企业版本,已经安装成功.数据库为SQL Server BI 或企业版本. 一,安装 1,打开SQLServer 2014  企业版 安装程序 开始安装. 选择安装--全新SQL Server 独立安装或向现有安装添加功能. 选中SQL Server PowerPivot for SharePoint 如下图. 然后下一步,默认实例.如下图 录入账号和密码 下一步,数据库引擎配

Library v7.0.0 for Visual C++ 2005_2008 Win32_64 4CD

TopSolid.2013.v7.7.CAM.Libraries.Addon 1DVD TopSolid.2013.v7.7.Design.Libraries.Addon 1CD Flaresim 3.06 1CD Simsci.Hextran.v9.2-ISO 1CD Vensim.6.0b.Portable 1CD STAR-CCM+ v7.06.010 Win32_64 & Linux-ISO 3DVD CAMWorks Nesting 2013 SP0.1 for SolidWorks

Power BI REST API

Overview of Power BI REST API https://msdn.microsoft.com/en-us/library/dn877544.aspx 验证方式 OAuth 2.0 https://oauth.net/2/ Create Dataset https://msdn.microsoft.com/zh-cn/library/mt203562.aspx Get Datasets https://msdn.microsoft.com/zh-cn/library/mt203

PTPX Power Analysis Flow

PrimeTime PX工具是PrimeTime工具内的一个feature. PTPX的功耗分析,可以报告出chip,block,cell的各个level的功耗. 使用PTPX可以分析的功耗的方式: 1)Average power analysis,支持activity的propagation方式,主要用在项目早期做评估. 可以是defaults,user_defined,derived from HDL simulation的switching文件. 2)Time-based power an

Linux on Power 上的调试工具和技术

简介: 调试是一项主要的软件开发活动,作为应用程序开发人员,您无法避免对程序进行调试.有效的调试不仅能缩短软件开发周期,而且可以节省成本.本文简要介绍了在用户空间的 C/C++ 和 Java? 应用程序中查找 bug 的技术,并介绍了一些可以在 Linux? for POWER? 架构上使用的调试技术. 简介 调试程序有很多方法,例如向屏幕上打印消息,使用调试器,或者只需仔细考虑程序如何运行,并对问题进行有根有据的猜测. 在修复 bug 之前,首先要确定在源程序中的位置.例如,当一个程序产生崩溃

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 Power-cycle the unit and retry the operation 81 No response from bar code reader 82 No response from EEPROM on robotic controller 83 Robotic controller