bsim4 (4v8), hisimhv2, initialize cuDEVdestroy and DEVtopology slots

This commit is contained in:
rlar 2017-06-06 12:07:40 +02:00
parent 16f8a5a465
commit 88ab7348b1
2 changed files with 8 additions and 0 deletions

View File

@ -71,6 +71,10 @@ SPICEdev BSIM4info = {
.DEVbindCSCComplex = BSIM4bindCSCComplex,
.DEVbindCSCComplexToReal = BSIM4bindCSCComplexToReal,
#endif
#ifdef USE_CUSPICE
.cuDEVdestroy = NULL,
.DEVtopology = NULL,
#endif
};

View File

@ -71,6 +71,10 @@ SPICEdev HSMHV2info = {
.DEVbindCSCComplex = HSMHV2bindCSCComplex,
.DEVbindCSCComplexToReal = HSMHV2bindCSCComplexToReal,
#endif
#ifdef USE_CUSPICE
.cuDEVdestroy = NULL,
.DEVtopology = NULL,
#endif
};