CUSPICE, NULL new SPICEdev slots for unsupported device models
This commit is contained in:
parent
619536c781
commit
611e8976ac
|
|
@ -71,6 +71,10 @@ SPICEdev ASRCinfo = {
|
|||
.DEVbindCSCComplex = ASRCbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = ASRCbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev BJTinfo = {
|
|||
.DEVbindCSCComplex = BJTbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BJTbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev B1info = {
|
|||
.DEVbindCSCComplex = B1bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = B1bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev B2info = {
|
|||
.DEVbindCSCComplex = B2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = B2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev BSIM3info = {
|
|||
.DEVbindCSCComplex = BSIM3bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM3bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -69,6 +69,10 @@ SPICEdev B3SOIDDinfo = {
|
|||
.DEVbindCSCComplex = B3SOIDDbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = B3SOIDDbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -69,6 +69,10 @@ SPICEdev B3SOIFDinfo = {
|
|||
.DEVbindCSCComplex = B3SOIFDbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = B3SOIFDbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@ SPICEdev B3SOIPDinfo = {
|
|||
.DEVbindCSCComplex = B3SOIPDbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = B3SOIPDbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@ SPICEdev B3v0info = {
|
|||
.DEVbindCSCComplex = BSIM3v0bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM3v0bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,10 @@ SPICEdev BSIM3v1info = {
|
|||
.DEVbindCSCComplex = BSIM3v1bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM3v1bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev BSIM3v32info = {
|
|||
.DEVbindCSCComplex = BSIM3v32bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM3v32bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev BSIM4info = {
|
|||
.DEVbindCSCComplex = BSIM4bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM4bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev BSIM4v5info = {
|
|||
.DEVbindCSCComplex = BSIM4v5bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM4v5bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev BSIM4v6info = {
|
|||
.DEVbindCSCComplex = BSIM4v6bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = BSIM4v6bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -69,6 +69,10 @@ SPICEdev B4SOIinfo = {
|
|||
.DEVbindCSCComplex = B4SOIbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = B4SOIbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev CCCSinfo = {
|
|||
.DEVbindCSCComplex = CCCSbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = CCCSbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev CCVSinfo = {
|
|||
.DEVbindCSCComplex = CCVSbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = CCVSbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev CPLinfo = {
|
|||
.DEVbindCSCComplex = CPLbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = CPLbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -73,6 +73,10 @@ SPICEdev CSWinfo = {
|
|||
.DEVbindCSCComplex = CSWbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = CSWbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,10 @@ SPICEdev DIOinfo = {
|
|||
.DEVbindCSCComplex = DIObindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = DIObindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev HFETAinfo = {
|
|||
.DEVbindCSCComplex = HFETAbindCSC,
|
||||
.DEVbindCSCComplexToReal = HFETAbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev HFET2info = {
|
|||
.DEVbindCSCComplex = HFET2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = HFET2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev HSM2info = {
|
|||
.DEVbindCSCComplex = HSM2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = HSM2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev HSMHVinfo = {
|
|||
.DEVbindCSCComplex = HSMHVbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = HSMHVbindCSCComplexToReal,
|
||||
#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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev JFETinfo = {
|
|||
.DEVbindCSCComplex = JFETbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = JFETbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev JFET2info = {
|
|||
.DEVbindCSCComplex = JFET2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = JFET2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev LTRAinfo = {
|
|||
.DEVbindCSCComplex = LTRAbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = LTRAbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev MESinfo = {
|
|||
.DEVbindCSCComplex = MESbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = MESbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev MESAinfo = {
|
|||
.DEVbindCSCComplex = MESAbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = MESAbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev MOS1info = {
|
|||
.DEVbindCSCComplex = MOS1bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = MOS1bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev MOS2info = {
|
|||
.DEVbindCSCComplex = MOS2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = MOS2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev MOS3info = {
|
|||
.DEVbindCSCComplex = MOS3bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = MOS3bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev MOS6info = {
|
|||
.DEVbindCSCComplex = MOS6bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = MOS6bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev MOS9info = {
|
|||
.DEVbindCSCComplex = MOS9bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = MOS9bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev NBJTinfo = {
|
|||
.DEVbindCSCComplex = NBJTbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = NBJTbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev NBJT2info = {
|
|||
.DEVbindCSCComplex = NBJT2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = NBJT2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev NDEVinfo = {
|
|||
.DEVbindCSCComplex = NULL,
|
||||
.DEVbindCSCComplexToReal = NULL,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev NUMDinfo = {
|
|||
.DEVbindCSCComplex = NUMDbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = NUMDbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev NUMD2info = {
|
|||
.DEVbindCSCComplex = NUMD2bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = NUMD2bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev NUMOSinfo = {
|
|||
.DEVbindCSCComplex = NUMOSbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = NUMOSbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev SOI3info = {
|
|||
.DEVbindCSCComplex = SOI3bindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = SOI3bindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -72,6 +72,10 @@ SPICEdev SWinfo = {
|
|||
.DEVbindCSCComplex = SWbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = SWbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev TRAinfo = {
|
|||
.DEVbindCSCComplex = TRAbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = TRAbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -76,6 +76,10 @@ SPICEdev TXLinfo = {
|
|||
.DEVbindCSCComplex = TXLbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = TXLbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev URCinfo = {
|
|||
.DEVbindCSCComplex = NULL,
|
||||
.DEVbindCSCComplexToReal = NULL,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -76,6 +76,10 @@ SPICEdev VBICinfo = {
|
|||
.DEVbindCSCComplex = VBICbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = VBICbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev VCCSinfo = {
|
|||
.DEVbindCSCComplex = VCCSbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = VCCSbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -71,6 +71,10 @@ SPICEdev VCVSinfo = {
|
|||
.DEVbindCSCComplex = VCVSbindCSCComplex,
|
||||
.DEVbindCSCComplexToReal = VCVSbindCSCComplexToReal,
|
||||
#endif
|
||||
#ifdef USE_CUSPICE
|
||||
.cuDEVdestroy = NULL,
|
||||
.DEVtopology = NULL,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue