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 analysis,通过event-drived算法来统计功耗。
主要用在项目signoff时候,加入IR-drop的分析。
电路中的功耗:
1)Leakage power,电路处在inactive或者static时的功耗。
Intrinsic Leakage power,主要是source-to-drain subthreshold leakage。
diffusion layers和substrate之间的current leak。
这种leakage是state和voltage dependent。
Gate Leakage Power,leakage的主要来源,有source to gate和gate to drain的power。
主要由gate oxide thickness和voltage来决定。
2)Dynamic Power,电路处在active模式下的功耗。即使在output不改变的情况下,输入也可能由于transition带来功耗。
Internal Power,包括内部电路冲放电的功耗和short circuit的功耗。对于fast transition times,short-circuit比较低。
对于slow transition times,short-circuit比较高。
Switching Power,cell的output的电容冲放电。
set_power_derate:用来设置某个design,cell,library cell,hierarchical,leaf cell的power的百分比。
report_power_derate
PTPX可以将某个design的power data放在一个power model中,通过extract_model -power来得到这个model,
可以通过在设计中例化的方式,来加快chip_level的power analysis的进度。(生成格式为.lib文件)
针对gate_level的design,PTPX会生成一个带clock pin的power model,可以用在分析一个复杂macro cell的功耗。
Power Analysis input:
logic library,包含timing和power信息,支持NLPM和CCS类型的library。
Gate_level netlist,支持verilog,VHDL,systemverilog格式。
Design constraints,计算primary input的transition time和define clock。
Activity,VCD/SAIF,default,user_defined。
net parasitic,SPEF文件,包含net RC参数。
1)set power_enable_analysis 为true。
2)读入verilog,VHDL,db,ddc等格式的netlist,logic library为db格式。
3)读入SPEF文件,包含WLD定义,以及sdf文件,包含glitch。
4)set_operating_conditions设置PVT。
5)针对某些fanout比较高的net(clock reset),设置power_limit_extrapolation_range。
6)当timing data还没有update的时候,PTPX会自动首先进行timing analysis,也可以通过update_timing来显式调用。
7)check_power检查潜在的功耗计算问题,默认有out_of_table_range和missing_table检查。
8)设置power analysis的模式,set_app_var power_analysis_mode average | time_based。
9)指定switching activity data,主要有set_switching_activity,set_case_analysis。
read_vcd -time(加入time window)/-when(Boolean condition)。
如果vcd等波形从RTL中得到,还需要一个mapping文件来进行波形与netlist之间匹配。
10)update power开始进行power analysis的分析。
11)report power打出power report。
time_base的报告比average报告多出以下几项。

12)最后通过save_session和restore_session来保存以及提取session。
PTPX Power Analysis Flow的更多相关文章
- PTPX的average power analysis
在average power analysis中,switching activity被分解为toggle rate和static probabilities两部分. annotation的sourc ...
- PTPX中的time_based analysis
根据VCD文件的type,PTPX支持instantaneous peak power analysis和cycle_accurate peak power analysis. Time-Based ...
- PTPX中的report 选项
Report的生成 report_power表示产生power report,update_power表示进行power analysis. report_power命令可以生成四种形式的report ...
- PTPX中的clock tree与LP design
PTPX在加入CPF/UPF这样的文件后,可以分析multi-voltage,power-gating这样的设计. 针对某个power rail的cell,PTPX支持进行annotate. set_ ...
- Lower Power with CPF(一)
CPF(Common Power Format):cadence推出的一种在设计中描述低功耗设计的文件.完全按Tcl的语言格式来定义. CPF文件在整个前端后端的过程中,需要的部分不一样,所以CPF文 ...
- 浅谈Power Signoff
Power Analysis是芯片设计实现中极重要的一环,因为它直接关系到芯片的性能和可靠性.Power Analysis 需要Timing Analysis 产生包含频率.transition 等时 ...
- Multi-voltage和power gating的实现
power domain:一个逻辑的集合体,包含power supply的一些信息.建立在FE. voltage area:chip上的一块物理区域.可以看作power domain的物理实现. Le ...
- Lower Power with CPF(四)
CPF从Front-end到Back-end(RTL--GDSII)的整个流程: 1)Creating a CPF file:来在前端就建立lower power的规范. 2)检查CPF文件的正确性, ...
- P&R 6
Floorplan: 要做好floorplan需要掌握哪些知识跟技能? 通常,遇到floorplan问题,大致的debug步骤跟方法有哪些? 如何衡量floorplan的QA? Floorplan基本 ...
随机推荐
- Magento white screen or how XML can break your site?
Magento white screen or how XML can break your site? by SANDO on 02. OCT, 2012 in MAGENTO, SMALL TIP ...
- WPFFontCache_v0400.exe CPU使用率过高的问题
最近的电脑很慢 CPU超过50%了 任务管理器显示是WPFFontCache_v0400.exe 的问题 每次强制终止后不就又重新启动很是麻烦, 在MSDN中找到了解决办法: 禁用Windows Pr ...
- LeetCode Majority Element I && II
原题链接在这里:Majority Element I,Majority Element II 对于Majority Element I 来说,有多重解法. Method 1:最容易想到的就是用Hash ...
- The command 'new_value' for SQLPlus
Format: column column_name new_value var_name Meaning: use the column_name of a select statment to c ...
- Python处理时间 time && datetime 模块
Python处理时间 time && datetime 模块 个人整理,获取时间方式: import datetime import time #获取当前时间:Thu Nov 03 ...
- linux多个python版本下导致no request报错
解决办法: sudo apt-get install uwsgi uwsgi-core uwsgi-plugin-python sudo apt-get install uwsgi-plugin-py ...
- ubuntu网络配置
本文介绍ubuntu中的网络配置方法. ubuntu需要在/etc/network/interfaces文件中设置网络配置,基本的格式如下: auto <网卡名> iface <网卡 ...
- vmware虚拟机三种网络模式详解_转
原文来自http://note.youdao.com/share/web/file.html?id=236896997b6ffbaa8e0d92eacd13abbf&type=note 由于L ...
- REST Security with JWT using Java and Spring Security
Security Security is the enemy of convenience, and vice versa. This statement is true for any system ...
- 11G中自动收集统计信息
在11G中,引入了一个名为 gather_stats_prog 的自动运行任务专用于自动收集统计信息.其对应的客户端名称为"auto optimizer stats collection&q ...