Forum Discussion

gyusun's avatar
gyusun
Icon for New Contributor rankNew Contributor
1 year ago

EPM1270GT144C4 ESD Test

I am doing ESD Test using EPM1270GT144C4.

IO PORT input signal is sensitive.

If there is a hardware and software setting method, please request it.

ESD (15KV Separate Ground Test)
Prot_power_flag1 , Prot_FET1_OCP_flag1, Prot_FET1_OCP_flag1, Prot_HV_OVP_flag1,
Prot_HV_OCP_flag1, Prot_FIL_SL_OCP_flag1
CLEAR --> Set immediately

I have attached the IC connection part and some programs below.

IF (POWER_ERR' EVENT AND POWER_ERR = SET) THEN
Prot_power_flag1 := SET;
ELSE
Prot_power_flag1 := CLEAR;
END IF;
IF (FET1_OCP_ERR' EVENT AND FET1_OCP_ERR = SET) THEN
Prot_FET1_OCP_flag1 := SET;
ELSE
Prot_FET1_OCP_flag1 := CLEAR;
END IF;
IF (HV_OVP_ERR' EVENT AND HV_OVP_ERR = SET) THEN
Prot_HV_OVP_flag1 := SET;
ELSE
Prot_HV_OVP_flag1 := CLEAR;
END IF;
IF (HV_OCP_ERR' EVENT AND HV_OCP_ERR = SET) THEN
Prot_HV_OCP_flag1 := SET;
ELSE
Prot_HV_OCP_flag1 := CLEAR;
END IF;
IF (FIL_SL_OCP_ERR' EVENT AND FIL_SL_OCP_ERR = SET) THEN
Prot_FIL_SL_OCP_flag1 := SET;
ELSE
Prot_FIL_SL_OCP_flag1 := CLEAR;
END IF;

2 Replies

  • AqidAyman_Altera's avatar
    AqidAyman_Altera
    Icon for Regular Contributor rankRegular Contributor

    Hello,


    May I ask for more clarification on the issue here?

    I really apologies as I do not quite clear on your question.