在试验过程中,source UPF文件的时候出现了Error: Primary supply of power domain 'GPRS' cannot be set to a domain-dependent supply net when supply set handles are enabled. (UPF-541)
不知道会不会是这个原因造成的?
下面是UPF文件的代码。
## CREATE POWER DOMAIS
######################
create_power_domain TOP
create_supply_port VDD
create_supply_port VSS
create_supply_net VDD
create_supply_net VSS
connect_supply_net VDD -ports VDD
connect_supply_net VSS -ports VSS
create_power_domain GPRS -elements GPRs
create_supply_net VDD -domain GPRS -reuse
create_supply_net VSS -domain GPRS -reuse
create_supply_net VDDGS -domain GPRS
## PRIMARY POWER NETS
#####################
set_domain_supply_net TOP -primary_power_net VDD -primary_ground_net VSS