|
|
|
@ -21,6 +21,8 @@ typedef struct sBSIM3instance |
|
|
|
struct sBSIM3instance *BSIM3nextInstance; |
|
|
|
IFuid BSIM3name; |
|
|
|
int BSIM3owner; /* number of owner process */ |
|
|
|
int BSIM3states; /* index into state table for this device */ |
|
|
|
|
|
|
|
int BSIM3dNode; |
|
|
|
int BSIM3gNode; |
|
|
|
int BSIM3sNode; |
|
|
|
@ -154,7 +156,7 @@ typedef struct sBSIM3instance |
|
|
|
double *BSIM3SPqPtr; |
|
|
|
double *BSIM3BqPtr; |
|
|
|
|
|
|
|
int BSIM3states; /* index into state table for this device */ |
|
|
|
|
|
|
|
#define BSIM3vbd BSIM3states+ 0 |
|
|
|
#define BSIM3vbs BSIM3states+ 1 |
|
|
|
#define BSIM3vgs BSIM3states+ 2 |
|
|
|
|