Supply network包含了下面3种元素,supply nets(电线),supply ports(插座)和power switch(开关)
create_supply_port //创建一根电源
create_supply_net //创建一根电线
connect_supply_net //把电源和电线连接起来(将port 和 net 连接起来)
create_supply_set //电源集合,多组supple nets 的集合,每一组包含power和groud,方便调用。supply set 物理上不存在,一种抽象的,方便在upf中使用。定义set 之前需要先定义port 和net,组成的set 用于iso 和retention等special cell
set_domain_supply_net //告诉tool,一个power domain 里面的所有电源来自哪里,后面跟的可以是由create_supply_set 结合在一起的
create_power_switch //创建开关