From: hpeter@ptblty.com (Peter Hunt) Newsgroups: comp.lsi.cad Subject: Re: Adding bsim3 to spice3f4 Date: Wed, 21 Jan 1998 10:31:51 -0800 Organization: Portability In article <34c5f7a1.151606295@news>, washkuw@polaroid.com says... > Hey, did you guys get anywhere with the addition of BSIM3v3? I > remember going through all this and still not getting it to work. All > my fet currents were 0 regardless of applied voltage. If you had any > more success please let us know. > > Thanks, > > Bill Washkurak > washkuw@polaroid.com Bill, Here is the piece you are probably missing. bsim3def.h Lines 16 - 23 typedef struct sBSIM3instance { struct sBSIM3model *BSIM3modPtr; struct sBSIM3instance *BSIM3nextInstance; IFuid BSIM3name; int BSIM3states; /* index into state table for this device */ int BSIM3dNode; Line 147 /* int BSIM3states; index into state table for this device */ bsim3def.h.orig Lines 16 - 22 typedef struct sBSIM3instance { struct sBSIM3model *BSIM3modPtr; struct sBSIM3instance *BSIM3nextInstance; IFuid BSIM3name; int BSIM3dNode; Line 146 int BSIM3states; /* index into state table for this device *