From 0c4b672bd9ff6d89032f7fc77f60a5769de4f7a2 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 20 Dec 2008 17:47:07 +0000 Subject: [PATCH] 3.2 and 3.20 added to BSIM3 versions --- ChangeLog | 3 +++ src/spicelib/parser/inpdomod.c | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bc579ba30..2615acf6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-12-20 Holger Vogt + * bug 2449483 removed: inpdomod.c:293 added as in b3v32check.c:42 + 2008-12-14 Dietmar Warning * src/Makefile.am: "hard wired" makefile dependency generation compiler options removed for main.c - this should be done by libtool, left it for tclspice and diff --git a/src/spicelib/parser/inpdomod.c b/src/spicelib/parser/inpdomod.c index 511536cc6..96f24db54 100644 --- a/src/spicelib/parser/inpdomod.c +++ b/src/spicelib/parser/inpdomod.c @@ -289,7 +289,8 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab) } if ( (strstr(ver, "3.2.2")) || (strstr(ver, "3.22")) || (strstr(ver, "3.2.3")) || (strstr(ver, "3.23")) || - (strstr(ver, "3.2.4")) || (strstr(ver, "3.24")) ) { + (strstr(ver, "3.2.4")) || (strstr(ver, "3.24")) || + (strstr("3.2", ver)) || (strstr(ver, "3.20"))) { type = INPtypelook("BSIM3v32"); } if ( (strstr(ver, "default"))