1.读入设计
read_design -physical_data mydesign.enc.dat design_name
2.定义power
方法一:读入.cpf文件
read_power_domain -cpf rail_analysis.cpf
方法二:定义power net设置属性
set_pg_nets -net VDD -voltage 1.5 -threshold 1.45
set_pg_nets -net VSS -voltage 0.0 -threshold 0.05
set_rail_analysis_domain -name PD1 -pwrnets VDD -gndnets VSS
3.设置rail analysis 分析模式
set_rail_analysis_mode
-method era_static
-accuracy xd
-analysis_view
-extraction_tech_file qrcTechFile
-temperature 125
-era_current_region_file
era_current_region_file示例:
label static_curGen net VDD area 10 10 40 50 layer M1 current 10
4.指定source pad 电流流入点
set_power_pads -net VDD -format xy -file vdd_souce.tcl
set_power_pads -net VSS -format xy -file vss_source.tcl
For example: xy模式的power pad location file示例
#sourceName loc_x loc_y power_net source layer
POWER1 5.00 793.50 ME8
5.执行rail analysis 分析
analyze_rail -output ./dir -type net VDD
analyze_rail -output ./dir -type net VSS
或者
analysis_rail -output ./dir -type domain ALL
#VDD、VSS都进行分析
6.查看报告文件
<domainName>_<temperature>_avg_<x>目录下
1)results文件:rail analysis的summary rpt
2)Reports文件:包含所有power-grid integrity data
3)GIF文件
可视化界面
>Voltus GUI botton “Power Rail”
>“Power Rail Plots”
>DB Setup - Power & Rail Setup Browser
>Rail Database
>选择文件夹<domainName>_<temperature>_avg_<x>Type 点击OK
>Power & Rail Setup Browser中Type 选 rail ,下拉选 ir-IR Drop