hisimhv implementation, ngspice has one more slot (GENowner) in GENinstance
This commit is contained in:
parent
71e51c8400
commit
cef0392d7a
|
|
@ -1,3 +1,12 @@
|
|||
2011-04-29 Robert Larice
|
||||
* src/spicelib/devices/hisimhv/hsmhvdef.h :
|
||||
hisimhv implementation, ngspice has one more slot (GENowner) in GENinstance
|
||||
|
||||
2011-04-29 Dietmar Warning
|
||||
* src/spicelib/devices/hisimhv/** :
|
||||
* **/* :
|
||||
add the HiSIM_HV model vers. 1.2.1
|
||||
|
||||
2011-04-28 Robert Larice
|
||||
* src/frontend/inpcom.c ,
|
||||
bug fix, (#329233)
|
||||
|
|
|
|||
|
|
@ -217,6 +217,7 @@ typedef struct sHSMHVinstance {
|
|||
struct sHSMHVinstance *HSMHVnextInstance; /* pointer to next instance of
|
||||
current model*/
|
||||
IFuid HSMHVname; /* pointer to character string naming this instance */
|
||||
int HSMHVowner; /* number of owner process (ngspice specific !) */
|
||||
int HSMHVstates; /* index into state table for this device */
|
||||
|
||||
int HSMHVdNode; /* number of the drain node of the mosfet */
|
||||
|
|
|
|||
Loading…
Reference in New Issue