bsim4 (4v8), hisimhv2, initialize cuDEVdestroy and DEVtopology slots
This commit is contained in:
parent
7030c1d2bf
commit
6eef531172
|
|
@ -81,6 +81,11 @@ SPICEdev BSIM4info = {
|
|||
BSIM4bindCSCComplexToReal, /* DEVbindCSCComplexToReal */
|
||||
#endif
|
||||
|
||||
#ifdef USE_CUSPICE
|
||||
NULL, /* cuDEVdestroy */
|
||||
NULL, /* DEVtopology */
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -79,6 +79,11 @@ SPICEdev HSMHV2info = {
|
|||
/* DEVbindCSCComplexToReal */ HSMHV2bindCSCComplexToReal,
|
||||
#endif
|
||||
|
||||
#ifdef USE_CUSPICE
|
||||
/* cuDEVdestroy */ NULL,
|
||||
/* DEVtopology */ NULL,
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue