bsim4 (4v8), hisimhv2, initialize cuDEVdestroy and DEVtopology slots
This commit is contained in:
parent
16f8a5a465
commit
88ab7348b1
|
|
@ -71,6 +71,10 @@ SPICEdev BSIM4info = {
|
|||
.DEVbindCSCComplex = BSIM4bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM4bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev HSMHV2info = {
|
|||
.DEVbindCSCComplex = HSMHV2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = HSMHV2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue