Browse Source

MOS level 55-57 and 68 are available and not placeholder

pre-master-46
dwarning 8 years ago
parent
commit
9475daf9d2
  1. 8
      src/spicelib/parser/inpdomod.c

8
src/spicelib/parser/inpdomod.c

@ -371,7 +371,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab)
if (type < 0) {
err =
INPmkTemp
("Placeholder: Device type B3SOIFD not available in this binary\n");
("Device type B3SOIFD not available in this binary\n");
}
break;
case 56:
@ -379,7 +379,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab)
if (type < 0) {
err =
INPmkTemp
("Placeholder: Device type B3SOIDD not available in this binary\n");
("Device type B3SOIDD not available in this binary\n");
}
break;
case 57:
@ -387,7 +387,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab)
if (type < 0) {
err =
INPmkTemp
("Placeholder: Device type B3SOIPD not available in this binary\n");
("Device type B3SOIPD not available in this binary\n");
}
break;
case 10: case 58:
@ -411,7 +411,7 @@ char *INPdomodel(CKTcircuit *ckt, struct card *image, INPtables * tab)
if (type < 0) {
err =
INPmkTemp
("Placeholder: Device type HiSIM2 not available in this binary\n");
("Device type HiSIM2 not available in this binary\n");
}
break;
case 73:

Loading…
Cancel
Save