Adapted to the actual adms dir configuration.

This commit is contained in:
dwarning 2006-02-16 15:57:27 +00:00
parent 9e74c9ee62
commit 35206820c2
3 changed files with 4 additions and 2 deletions

View File

@ -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")

View File

@ -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"))

View File

@ -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: