Browse Source

3.2 and 3.20 added to BSIM3 versions

pre-master-46
h_vogt 18 years ago
parent
commit
0c4b672bd9
  1. 3
      ChangeLog
  2. 3
      src/spicelib/parser/inpdomod.c

3
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

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

Loading…
Cancel
Save