3.2 and 3.20 added to BSIM3 versions

This commit is contained in:
h_vogt 2008-12-20 17:47:07 +00:00
parent a62ce0b367
commit 0c4b672bd9
2 changed files with 5 additions and 1 deletions

View File

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

View File

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