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

This commit is contained in:
dwarning 2018-08-15 12:47:25 +02:00
parent b113041faa
commit 9475daf9d2
1 changed files with 4 additions and 4 deletions

View File

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