* (C) Copyright Efficient Power Conversion Corporation. All rights reserved. ***************************************************************************** * Version History: * 1.00: 07/10/2015 - Initial Model Creation * 1.01: 07/25/2017 - Updated the Model from the Preliminary Version * 1.02: 02/10/2020 - Updated Capacitance Models .subckt EPC2107Q1 gatein drainin sourcein .param aWg=25.6 A1=0.82573 k2=2.4 k3=0.15 rpara=0.16548 rpara_s_factor=0.21 + aITc=0.00325 arTc=-0.0065 k2Tc=0.0006 x0_0=1.3601 x0_1=-0.05 x0_0_TC=-0.0025 x0_1_TC=0 + dgs1=4.3e-07 dgs2=2.6e-13 dgs3=0.8 dgs4=0.23 + ags1=2.0135e-11 ags2=1.0679e-11 ags3=1.9847 ags4=0.17128 + ags5=-1.2878e-14 ags6=-0.15438 ags7=0.21661 + agd1=9.1028e-17 agd2=3.4521e-13 agd3=-0.29052 agd4=42.658 + agd5=2.6835e-12 agd6=-10.638 agd7=4.0686 + agd8=1.0257e-13 agd9=-429.04 agd10=0.98892 + asd1=3.3451e-12 asd2=1.663e-11 asd3=-0.36247 asd4=73.523 + asd5=1.6027e-11 asd6=-21.224 asd7=3.0165 rg_value=0.7 rd drainin drain {((1-rpara_s_factor)*rpara*(1-arTc*(Temp-25)))} rs sourcein source {(rpara_s_factor*rpara*(1-arTc*(Temp-25)))} rg gatein gate {(rg_value)} *Large resistors to aid convergence Rcsdconv drain source {100000Meg/aWg} Rcgsconv gate source {100000Meg/aWg} Rcgdconv gate drain {100000Meg/aWg} gswitch drain source Value {if(v(drain,source)>0, + (A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,source)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(drain,source)/(1 + (x0_0*(1-x0_0_TC*(Temp-25))+x0_1*(1-x0_1_TC*(Temp-25))*v(gate,source))*v(drain,source)) ), + (-A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,drain)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(source,drain)/(1 + (x0_0*(1-x0_0_TC*(Temp-25))+x0_1*(1-x0_1_TC*(Temp-25))*v(gate,drain))*v(source,drain)) ) )} ggsdiode gate source VALUE {if( v(gate,source) < 10, + 0.125*aWg/1077*(dgs1*(exp((v(gate,source))/dgs3)-1)+dgs2*(exp((v(gate,source))/dgs4)-1)), + 0.125*aWg/1077*(dgs1*(exp((10)/dgs3)-1)+dgs2*(exp((10)/dgs4)-1)) ) } ggddiode gate drain Value {if( v(gate,drain) < 10, + 0.125*aWg/1077*(dgs1*(exp((v(gate,drain))/dgs3)-1)+dgs2*(exp((v(gate,drain))/dgs4)-1)), + 0.125*aWg/1077*(dgs1*(exp((10)/dgs3)-1)+dgs2*(exp((10)/dgs4)-1)) ) } *Model for voltage dependent gate-source capacitance E_GS tl_gs bl_gs gate source 1.0 V_INGS 0 bl_gs 0V C_IGS tl_gs 0 1.0E-6 G_GS gate source VALUE = {1E6*I(V_INGS)* + (ags1 + 0.5*ags2/(1.0 + exp( (v(gate,source)-ags3)/ags4 ))*exp( (v(gate,source)-ags3)/ags4 ) + + ags5/(1.0 + exp((v(source,drain)-ags6)/ags7))*exp((v(source,drain)-ags6)/ags7))} *Model for voltage dependent gate-drain capacitance E_GD tl_gd bl_gd gate drain 1.0 V_INGD 0 bl_gd 0V C_IGD tl_gd 0 1.0E-6 G_GD gate drain VALUE = {1E6*I(V_INGD)*(agd1 + 0.5*ags2/(1.0 + exp((v(gate,drain)-ags3)/ags4))*exp((v(gate,drain)-ags3)/ags4) + + agd2/(1.0 + exp((v(gate,drain)-agd3)/agd4))*exp((v(gate,drain)-agd3)/agd4) + + agd5/(1.0 + exp((v(gate,drain)-agd6)/agd7))*exp((v(gate,drain)-agd6)/agd7) + + agd8/(1.0 + exp((v(gate,drain)-agd9)/agd10))*exp((v(gate,drain)-agd9)/agd10))} *Model for voltage dependent source-drain capacitance E_SD tl_ds bl_ds source drain 1.0 V_INSD 0 bl_ds 0V C_ISD tl_ds 0 1.0E-6 G_SD source drain VALUE = {1E6*I(V_INSD)*(asd1 + asd2/(1 + exp((v(source,drain)-asd3)/asd4))*exp((v(source,drain)-asd3)/asd4) + + asd5/(1 + exp((v(source,drain)-asd6)/asd7))*exp((v(source,drain)-asd6)/asd7))} .ends ***************************************************************************** .subckt EPC2107Q2 gatein drainin sourcein .param aWg=25.6 A1=0.82573 k2=2.4 k3=0.15 rpara=0.16548 rpara_s_factor=0.21 + aITc=0.00325 arTc=-0.0065 k2Tc=0.0006 x0_0=1.3601 x0_1=-0.05 x0_0_TC=-0.0025 x0_1_TC=0 + dgs1=4.3e-07 dgs2=2.6e-13 dgs3=0.8 dgs4=0.23 + ags1=2.0135e-11 ags2=1.0679e-11 ags3=1.9847 ags4=0.17128 + ags5=-1.2878e-14 ags6=-0.15438 ags7=0.21661 + agd1=9.1028e-17 agd2=3.4521e-13 agd3=-0.29052 agd4=42.658 + agd5=2.6835e-12 agd6=-10.638 agd7=4.0686 + agd8=1.0257e-13 agd9=-429.04 agd10=0.98892 + asd1=3.3451e-12 asd2=1.663e-11 asd3=-0.36247 asd4=73.523 + asd5=1.6027e-11 asd6=-21.224 asd7=3.0165 asd8=3.8176e-11 + asd9=-0.098727 asd10=2.5591 asd11=1.3456e-11 asd12=-0.081013 + asd13=74.517 rg_value=0.7 rd drainin drain {((1-rpara_s_factor)*rpara*(1-arTc*(Temp-25)))} rs sourcein source {(rpara_s_factor*rpara*(1-arTc*(Temp-25)))} rg gatein gate {(rg_value)} *Large resistors to aid convergence Rcsdconv drain source {100000Meg/aWg} Rcgsconv gate source {100000Meg/aWg} Rcgdconv gate drain {100000Meg/aWg} gswitch drain source Value {if(v(drain,source)>0, + (A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,source)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(drain,source)/(1 + (x0_0*(1-x0_0_TC*(Temp-25))+x0_1*(1-x0_1_TC*(Temp-25))*v(gate,source))*v(drain,source)) ), + (-A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,drain)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(source,drain)/(1 + (x0_0*(1-x0_0_TC*(Temp-25))+x0_1*(1-x0_1_TC*(Temp-25))*v(gate,drain))*v(source,drain)) ) )} ggsdiode gate source VALUE {if( v(gate,source) < 10, + 0.125*aWg/1077*(dgs1*(exp((v(gate,source))/dgs3)-1)+dgs2*(exp((v(gate,source))/dgs4)-1)), + 0.125*aWg/1077*(dgs1*(exp((10)/dgs3)-1)+dgs2*(exp((10)/dgs4)-1)) ) } ggddiode gate drain Value {if( v(gate,drain) < 10, + 0.125*aWg/1077*(dgs1*(exp((v(gate,drain))/dgs3)-1)+dgs2*(exp((v(gate,drain))/dgs4)-1)), + 0.125*aWg/1077*(dgs1*(exp((10)/dgs3)-1)+dgs2*(exp((10)/dgs4)-1)) ) } *Model for voltage dependent gate-source capacitance E_GS tl_gs bl_gs gate source 1.0 V_INGS 0 bl_gs 0V C_IGS tl_gs 0 1.0E-6 G_GS gate source VALUE = {1E6*I(V_INGS)* + (ags1 + 0.5*ags2/(1.0 + exp( (v(gate,source)-ags3)/ags4 ))*exp( (v(gate,source)-ags3)/ags4 ) + + ags5/(1.0 + exp((v(source,drain)-ags6)/ags7))*exp((v(source,drain)-ags6)/ags7))} *Model for voltage dependent gate-drain capacitance E_GD tl_gd bl_gd gate drain 1.0 V_INGD 0 bl_gd 0V C_IGD tl_gd 0 1.0E-6 G_GD gate drain VALUE = {1E6*I(V_INGD)*(agd1 + 0.5*ags2/(1.0 + exp((v(gate,drain)-ags3)/ags4))*exp((v(gate,drain)-ags3)/ags4) + + agd2/(1.0 + exp((v(gate,drain)-agd3)/agd4))*exp((v(gate,drain)-agd3)/agd4) + + agd5/(1.0 + exp((v(gate,drain)-agd6)/agd7))*exp((v(gate,drain)-agd6)/agd7) + + agd8/(1.0 + exp((v(gate,drain)-agd9)/agd10))*exp((v(gate,drain)-agd9)/agd10))} *Model for voltage dependent source-drain capacitance E_SD tl_ds bl_ds source drain 1.0 V_INSD 0 bl_ds 0V C_ISD tl_ds 0 1.0E-6 G_SD source drain VALUE = {1E6*I(V_INSD)*(asd1 + asd2/(1 + exp((v(source,drain)-asd3)/asd4))*exp((v(source,drain)-asd3)/asd4) + + asd5/(1 + exp((v(source,drain)-asd6)/asd7))*exp((v(source,drain)-asd6)/asd7))} .ends ***************************************************************************** .subckt EPC2107Q3 gatein drainin sourcein .param aWg=3 A1=0.12 k2=2.6 k3=0.13375 rpara=1.6157 rpara_s_factor=0.21 + aITc=0.00441 arTc=-0.0063 k2Tc=0.0006 x0_0=1.4954 x0_1=0 x0_1_TC=0 + dgs1=4.3e-07 dgs2=2.6e-13 dgs3=0.8 dgs4=0.23 dgs5=2.5e-3 + dgs6=-1.985 dgs7=8e-2 + ags1=6.8435e-12 ags2=1.0152e-12 ags3=2.0494 ags4=0.14922 + ags5=1.946e-14 ags6=-2.1782 ags7=0.026257 + agd1=5.4952e-15 agd2=6.5996e-14 agd3=-0.038873 agd4=0.67311 + agd5=5.3028e-13 agd6=-1.9623 agd7=5.7917 + agd8=4.5932e-14 agd9=-6.0586 agd10=39.324 + asd1=1.0863e-12 asd2=1.6683e-12 asd3=-22.288 asd4=4.8329 + asd5=2.2545e-12 asd6=-0.084303 asd7=36.279 rg_value=4.8 rd drainin drain {((1-rpara_s_factor)*rpara*(1-arTc*(Temp-25)))} rs sourcein source {(rpara_s_factor*rpara*(1-arTc*(Temp-25)))} rg gatein gate {(rg_value)} *Large resistors to aid convergence Rcsdconv drain source {100000Meg/aWg} Rcgsconv gate source {100000Meg/aWg} Rcgdconv gate drain {100000Meg/aWg} gswitch drain source Value {if(v(drain,source)>0, + (A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,source)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(drain,source)/(1 + x0_0*v(drain,source))), + (-A1*(1-aITc*(Temp-25))*log(1.0+exp((v(gate,drain)-(k2*(1-k2Tc*(Temp-25))))/k3))* + v(source,drain)/(1 + x0_0*v(source,drain))))} ggsdiode gate source VALUE {if( v(gate,source) > 0, + 0.125*aWg/1077*(dgs1*(exp((v(gate,source))/dgs3)-1)+dgs2*(exp((v(gate,source))/dgs4)-1)), + (-dgs5*log(1+exp((-v(gate,source)+dgs6)/dgs7))) ) } ggddiode gate drain Value {if( v(gate,drain) < 10, + 0.125*aWg/1077*(dgs1*(exp((v(gate,drain))/dgs3)-1)+dgs2*(exp((v(gate,drain))/dgs4)-1)), + 0.125*aWg/1077*(dgs1*(exp((10)/dgs3)-1)+dgs2*(exp((10)/dgs4)-1)) ) } *Model for voltage dependent gate-source capacitance E_GS tl_gs bl_gs gate source 1.0 V_INGS 0 bl_gs 0V C_IGS tl_gs 0 1.0E-6 G_GS gate source VALUE = {1E6*I(V_INGS)* + (ags1 + 0.5*ags2/(1.0 + exp( (v(gate,source)-ags3)/ags4 ))*exp( (v(gate,source)-ags3)/ags4 ) + + ags5/(1.0 + exp((v(source,drain)-ags6)/ags7))*exp((v(source,drain)-ags6)/ags7))} *Model for voltage dependent gate-drain capacitance E_GD tl_gd bl_gd gate drain 1.0 V_INGD 0 bl_gd 0V C_IGD tl_gd 0 1.0E-6 G_GD gate drain VALUE = {1E6*I(V_INGD)*(agd1 + 0.5*ags2/(1.0 + exp((v(gate,drain)-ags3)/ags4))*exp((v(gate,drain)-ags3)/ags4) + + agd2/(1.0 + exp((v(gate,drain)-agd3)/agd4))*exp((v(gate,drain)-agd3)/agd4) + + agd5/(1.0 + exp((v(gate,drain)-agd6)/agd7))*exp((v(gate,drain)-agd6)/agd7) + + agd8/(1.0 + exp((v(gate,drain)-agd9)/agd10))*exp((v(gate,drain)-agd9)/agd10))} *Model for voltage dependent source-drain capacitance E_SD tl_ds bl_ds source drain 1.0 V_INSD 0 bl_ds 0V C_ISD tl_ds 0 1.0E-6 G_SD source drain VALUE = {1E6*I(V_INSD)*(asd1 + asd2/(1 + exp((v(source,drain)-asd3)/asd4))*exp((v(source,drain)-asd3)/asd4) + + asd5/(1 + exp((v(source,drain)-asd6)/asd7))*exp((v(source,drain)-asd6)/asd7))} .ends