connect_supply_net map_power_switch map_retention_cell set_isolation set_level_shifter set_repeater...
除了PD_TOP,还有三个power domain: PD1, PD2, and PD3 . 分别定义在三个内层的blocks中。每个...
UPF对Power Network的描述 然后根据电源分区拓扑图,清晰地描述各个power_domain里面的电源网络(Power Nerwork),如下所示,详细的定义了每个domain里面的电源线的名称以及和芯片原始电源输入端口的连接关系。 #power ports definitions//创建顶层的电源portsCreate_supply_portVDD-domain PD_TOP -direction inCreate_supply_...
power_top design_top”;2)在测试平台里添加以下语句给电源上电:initial beginimport upf::*;supply_on("design_test/design_top/vdd_top ", 1.05);supply_on("design_test/design_top/vss", 0.0);end;3)针对于门控电源技术,在测试平台里添加一些功耗控制语句,检查控制信号,如电源开关单元、隔离单元变化后,...
set_design_top SoC/Video_SB #指定design_top为Video_SB set_scope . #指定命令作用的范围为当前层次即Video_SB set_scope V1/LV1 #指定命令作用的范围为V1/LV1 首先按照电源的层级结构定义好使用的电源层级和使用范围。 2,设定power domain 上图中在Video_SB的TOP层级下存在5个Power domain;(Video_SB/Vid...
2、设定设定power_domain Video_SB top层次下存在下面5个domain和sub_domain Video_SB/Video_PD、Video_SB/V1_PD、Video_SB/V2_PD、Video_SB/LV12_PD、Video_SB/LV34_PD 设定power_domain的步骤如下: 1. set_scope Video_SB #set the scope to Video_SB ...
首先,powerswitch需要在upf里定义,然后后端在innovus里添加switch,-1801PowerSwitchRuleName也是根据upf里面switch的名字来添加的。 read_power_intent -1801 ../inputs/upf/maia_top.upf 下图是景芯SoC对hierarchy设计的单核cpu的upf定义:maia_cpu.upf 而景芯SoC A72的powerswitch.tcl是我们实现power switch添加并打...
2、设定设定power_domain Video_SB top层次下存在下面5个domain和sub_domain Video_SB/Video_PD、Video_SB/V1_PD、Video_SB/V2_PD、Video_SB/LV12_PD、Video_SB/LV34_PD 设定power_domain的步骤如下: 1. set_scope Video_SB #set the scope to Video_SB ...
3.2.1 UPF对Power Domain的描述在UPF中,首先要对所有的Power domain进行定义。先设定顶层的power domain,然后描述PD_1和PD_2这两个power domain 24、。如下所示:# power domain definitionscreate_power_domain PD_TOP include_scopecreate_power_domain PD_1 elements BLOCKAcreate_power_domain PD_2 elements ...
create_power_domain pd_aon-elements {aon_wrapper} create_power_domain pd_gated-elements {pgd_wrapper} create_power_domain pd_gated_aon-elements {{aon_wrapper/aon_pgd_wrapper}}#Create Supply Portscreate_supply_port VCCL -direction in -domain pd_top ...