From 9475daf9d224257165452a2fadd105953b70cc87 Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 15 Aug 2018 12:47:25 +0200 Subject: [PATCH] MOS level 55-57 and 68 are available and not placeholder --- src/spicelib/parser/inpdomod.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 6c121f1c8..1fdfd59ba 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/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: