Adapted to the actual adms dir configuration.
This commit is contained in:
parent
9e74c9ee62
commit
35206820c2
|
|
@ -217,7 +217,7 @@ INP2M (void *ckt, INPtables * tab, card * current)
|
|||
#ifdef CIDER
|
||||
&& thismodel->INPmodType != INPtypelook ("NUMOS")
|
||||
#endif
|
||||
#ifdef HAVE_EKV
|
||||
#ifdef HAVE_ADMS
|
||||
&& thismodel->INPmodType != INPtypelook ("EKV")
|
||||
#endif
|
||||
&& thismodel->INPmodType != INPtypelook ("HiSIM1")
|
||||
|
|
|
|||
|
|
@ -70,8 +70,10 @@ void INP2Q(void *ckt, INPtables * tab, card * current, void *gnode)
|
|||
if((thismodel->INPmodType != INPtypelook("BJT"))
|
||||
&& (thismodel->INPmodType != INPtypelook("BJT2"))
|
||||
&& (thismodel->INPmodType != INPtypelook("VBIC"))
|
||||
#ifdef HAVE_ADMS
|
||||
&& (thismodel->INPmodType != INPtypelook("hicum0"))
|
||||
&& (thismodel->INPmodType != INPtypelook("mextram"))
|
||||
#endif
|
||||
#ifdef CIDER
|
||||
&& (thismodel->INPmodType != INPtypelook("NBJT"))
|
||||
&& (thismodel->INPmodType != INPtypelook("NBJT2"))
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab)
|
|||
if (type < 0) {
|
||||
err =
|
||||
INPmkTemp
|
||||
("Placeholder for EKV model: look at http://legwww.epfl.ch for info on EKV\n");
|
||||
("Device type EKV not available in this binary\n");
|
||||
}
|
||||
break;
|
||||
case 49:
|
||||
|
|
|
|||
Loading…
Reference in New Issue