|
|
@ -12,8 +12,6 @@ Modified: Paolo Nenzi |
|
|
#include "ngspice/complex.h" |
|
|
#include "ngspice/complex.h" |
|
|
#include "ngspice/noisedef.h" |
|
|
#include "ngspice/noisedef.h" |
|
|
|
|
|
|
|
|
#define HFETAnumStates 24 |
|
|
|
|
|
|
|
|
|
|
|
typedef struct sHFETAinstance { |
|
|
typedef struct sHFETAinstance { |
|
|
|
|
|
|
|
|
struct GENinstance gen; |
|
|
struct GENinstance gen; |
|
|
@ -97,6 +95,8 @@ typedef struct sHFETAinstance { |
|
|
#define HFETAgmg HFETAstate+22 |
|
|
#define HFETAgmg HFETAstate+22 |
|
|
#define HFETAgmd HFETAstate+23 |
|
|
#define HFETAgmd HFETAstate+23 |
|
|
|
|
|
|
|
|
|
|
|
#define HFETAnumStates 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int HFETAoff; |
|
|
int HFETAoff; |
|
|
|