此處用來說明一種功能,此功能是可以將一個群組的power pin指定成一個群組特定的名字。
格 式
UR_PIN_GROUP
{
ps_pin_group_name = ps_pin_name operand ps_pin_name operand …;
.
.
ps_pin_group_name = ps_pin_name operand ps_pin_name operand …;
}
❏ ps_pin_group_name
◆ 名稱的命名上,最多可使用64個字元。
◆ 命名規則:開頭字須是「英文」字母。
◆ 資料型態:字串。
◆ 未鍵資料:不合法。
❏ ps_pin_name
◆ 用以說明每一個已定義的DUT Pin的Pin name。
◆ 未鍵資料:不合法。
◆ 填入此處的pin,其pin type必須是DPS或PREF。
❏ OPERAND
Type | Contents |
+ | Add a pin into this group |
- | Remove a pin from this group. |
❏ Default Value
◆ DPS_ALLPINS – A pin_group name, which includes all pins of "DPS" pin-type.
◆ PREF_ALLPINS – A pin_group name, which includes all pins of "PREF" pin-type.
範 例
POWER_PIN_GROUP
{
FUN_DPS = VDD_ANA+VDD_LVD+VDD_TRIM+VDD+VDDP;
ALL_DPS = VDD_ANA+VDD_LVD+VDD_TRIM+VDD+VDDP+VDD_TRIM+VLCD_VDD;
ALL_DPS = VDD1+VDD2;
}
留言列表