3.2 and 3.20 added to BSIM3 versions
This commit is contained in:
parent
a62ce0b367
commit
0c4b672bd9
|
|
@ -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
|
2008-12-14 Dietmar Warning
|
||||||
* src/Makefile.am: "hard wired" makefile dependency generation compiler options
|
* 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
|
removed for main.c - this should be done by libtool, left it for tclspice and
|
||||||
|
|
|
||||||
|
|
@ -289,7 +289,8 @@ char *INPdomodel(void *ckt, card * image, INPtables * tab)
|
||||||
}
|
}
|
||||||
if ( (strstr(ver, "3.2.2")) || (strstr(ver, "3.22")) ||
|
if ( (strstr(ver, "3.2.2")) || (strstr(ver, "3.22")) ||
|
||||||
(strstr(ver, "3.2.3")) || (strstr(ver, "3.23")) ||
|
(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");
|
type = INPtypelook("BSIM3v32");
|
||||||
}
|
}
|
||||||
if ( (strstr(ver, "default"))
|
if ( (strstr(ver, "default"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue