fix gmin in HICUM
This commit is contained in:
parent
735339e288
commit
0fb86510aa
|
|
@ -2767,6 +2767,11 @@ HICUMload(GENmodel *inModel, CKTcircuit *ckt)
|
|||
Ibici_Vbici += ckt->CKTgmin;
|
||||
Ibpei += ckt->CKTgmin*Vbpei;
|
||||
Ibpei_Vbpei += ckt->CKTgmin;
|
||||
Ibpci += ckt->CKTgmin*Vbpci;
|
||||
Ibpci_Vbpci += ckt->CKTgmin;
|
||||
|
||||
|
||||
|
||||
Isici += ckt->CKTgmin*Vsici;
|
||||
Isici_Vsici += ckt->CKTgmin;
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ if [ -z "$testProgramFlags" ] ; then
|
|||
testProgramFlags="-nw"
|
||||
fi
|
||||
|
||||
#testProgramFlags="-d -V"
|
||||
testProgramFlags="-d -V"
|
||||
|
||||
|
||||
help() {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,52 +0,0 @@
|
|||
//
|
||||
// Example test specification for HICUM L2V2p32
|
||||
//
|
||||
|
||||
//
|
||||
// Simulator specific information
|
||||
// These arguments are added to the model card
|
||||
// specification to invoke the desired model in
|
||||
// different simulators (which can have different
|
||||
// names or levels for the same model) and to switch
|
||||
// between nType and pType polarities.
|
||||
// It is assumed that there are no polarity specific
|
||||
// parameters.
|
||||
//
|
||||
|
||||
`ifdef spice
|
||||
// hicum not supported
|
||||
`endif
|
||||
`ifdef ngspice
|
||||
nTypeSelectionArguments npn level=8 version=2.34
|
||||
//pTypeSelectionArguments pnp level=8 version=2.34
|
||||
`endif
|
||||
`ifdef ads
|
||||
nTypeSelectionArguments HICUM2_22
|
||||
//nTypeSelectionArguments npn HICUM2_34
|
||||
`endif
|
||||
|
||||
//
|
||||
// General test-independent information
|
||||
//
|
||||
|
||||
keyLetter q
|
||||
pins coll base emit subs therm
|
||||
//verilogaFile vacode/hicumL2V2p34.va
|
||||
float therm
|
||||
checkPolarity n
|
||||
|
||||
test fgum_ac_npn_full_ac
|
||||
temperature 27
|
||||
biases V(emit)=0 V(subs)=0
|
||||
biasSweep V(base)=0.750000,1.050000,0.010000
|
||||
biasList V(coll)=0.500000,1.000000,1.500000
|
||||
freq dec 10 1e+010 2e+010
|
||||
outputs G(base,base) G(base,coll) G(coll,base) G(coll,coll) C(base,base) C(base,coll) C(coll,base) C(coll,coll)
|
||||
modelParameters parameters/npn_full
|
||||
|
||||
// Specific tests
|
||||
//
|
||||
|
||||
|
||||
`ifdef NOT_USED
|
||||
`endif
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue