fifth node binding only for ADMS defined
This commit is contained in:
parent
b5ce155b97
commit
c0458610e3
|
|
@ -102,7 +102,6 @@ void INP2Q(void *ckt, INPtables * tab, card * current, void *gnode)
|
||||||
if (thismodel != NULL) {
|
if (thismodel != NULL) {
|
||||||
if((thismodel->INPmodType != INPtypelook("BJT"))
|
if((thismodel->INPmodType != INPtypelook("BJT"))
|
||||||
&& (thismodel->INPmodType != INPtypelook("BJT2"))
|
&& (thismodel->INPmodType != INPtypelook("BJT2"))
|
||||||
&& (thismodel->INPmodType != INPtypelook("VBIC"))
|
|
||||||
#ifdef CIDER
|
#ifdef CIDER
|
||||||
&& (thismodel->INPmodType != INPtypelook("NBJT"))
|
&& (thismodel->INPmodType != INPtypelook("NBJT"))
|
||||||
&& (thismodel->INPmodType != INPtypelook("NBJT2"))
|
&& (thismodel->INPmodType != INPtypelook("NBJT2"))
|
||||||
|
|
@ -111,6 +110,7 @@ void INP2Q(void *ckt, INPtables * tab, card * current, void *gnode)
|
||||||
&& (thismodel->INPmodType != INPtypelook("hicum0"))
|
&& (thismodel->INPmodType != INPtypelook("hicum0"))
|
||||||
&& (thismodel->INPmodType != INPtypelook("hicum2"))
|
&& (thismodel->INPmodType != INPtypelook("hicum2"))
|
||||||
&& (thismodel->INPmodType != INPtypelook("mextram"))
|
&& (thismodel->INPmodType != INPtypelook("mextram"))
|
||||||
|
&& (thismodel->INPmodType != INPtypelook("vbic"))
|
||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
LITERR("incorrect model type")
|
LITERR("incorrect model type")
|
||||||
|
|
@ -146,6 +146,7 @@ void INP2Q(void *ckt, INPtables * tab, card * current, void *gnode)
|
||||||
IFC(bindNode, (ckt, fast, 3, node3));
|
IFC(bindNode, (ckt, fast, 3, node3));
|
||||||
IFC(bindNode, (ckt, fast, 4, node4));
|
IFC(bindNode, (ckt, fast, 4, node4));
|
||||||
|
|
||||||
|
#ifdef ADMS
|
||||||
if ((type == INPtypelook ("hicum0")) ||
|
if ((type == INPtypelook ("hicum0")) ||
|
||||||
(type == INPtypelook ("hicum2")) ||
|
(type == INPtypelook ("hicum2")) ||
|
||||||
(type == INPtypelook ("mextram")) )
|
(type == INPtypelook ("mextram")) )
|
||||||
|
|
@ -156,6 +157,7 @@ void INP2Q(void *ckt, INPtables * tab, card * current, void *gnode)
|
||||||
((GENinstance *) fast)->GENnode5 = -1;
|
((GENinstance *) fast)->GENnode5 = -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
PARSECALL((&line, ckt, type, fast, &leadval, &waslead, tab));
|
PARSECALL((&line, ckt, type, fast, &leadval, &waslead, tab));
|
||||||
if (waslead) {
|
if (waslead) {
|
||||||
#ifdef CIDER
|
#ifdef CIDER
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue