#ifdef CIDER added to line 70
This commit is contained in:
parent
eb378da811
commit
b5db0a1e36
|
|
@ -1,3 +1,6 @@
|
|||
2009-04-22 Holger Vogt
|
||||
* bsim4v2init.c, bsim4v3init.c: CIDER added
|
||||
|
||||
2009-04-22 Holger Vogt
|
||||
* inpcom.c measure.c mystring.c alloc.c: show Windows error
|
||||
message before exiting
|
||||
|
|
|
|||
|
|
@ -67,7 +67,10 @@ SPICEdev BSIM4v2info = {
|
|||
/* DEVsenTrunc */ NULL,
|
||||
/* DEVdisto */ NULL,
|
||||
/* DEVnoise */ BSIM4v2noise,
|
||||
|
||||
#ifdef CIDER
|
||||
NULL, /* DEVdump */
|
||||
NULL, /* DEVacct */
|
||||
#endif
|
||||
/* DEVinstSize */ &BSIM4v2iSize,
|
||||
/* DEVmodSize */ &BSIM4v2mSize
|
||||
};
|
||||
|
|
|
|||
|
|
@ -67,7 +67,10 @@ SPICEdev BSIM4v3info = {
|
|||
/* DEVsenTrunc */ NULL,
|
||||
/* DEVdisto */ NULL,
|
||||
/* DEVnoise */ BSIM4v3noise,
|
||||
|
||||
#ifdef CIDER
|
||||
NULL, /* DEVdump */
|
||||
NULL, /* DEVacct */
|
||||
#endif
|
||||
/* DEVinstSize */ &BSIM4v3iSize,
|
||||
/* DEVmodSize */ &BSIM4v3mSize
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue