|
|
|
@ -34,9 +34,11 @@ SPICEdev ASRCinfo = { |
|
|
|
.DEVparam = ASRCparam, |
|
|
|
.DEVmodParam = NULL, |
|
|
|
.DEVload = ASRCload, |
|
|
|
.DEVsetup = ASRCsetup, |
|
|
|
.DEVsetup = (int (*)(SMPmatrix *matrix, GENmodel *inModel, |
|
|
|
CKTcircuit *ckt, int *states)) ASRCsetup, |
|
|
|
.DEVunsetup = ASRCunsetup, |
|
|
|
.DEVpzSetup = ASRCsetup, |
|
|
|
.DEVpzSetup = (int (*)(SMPmatrix *matrix, GENmodel *inModel, |
|
|
|
CKTcircuit *ckt, int *states)) ASRCsetup, |
|
|
|
.DEVtemperature = ASRCtemp, |
|
|
|
.DEVtrunc = NULL, |
|
|
|
.DEVfindBranch = ASRCfindBr, |
|
|
|
|