|
|
|
@ -4998,6 +4998,7 @@ void BSIM4v5LoadRhsMat(GENmodel *inModel, CKTcircuit *ckt) |
|
|
|
|
|
|
|
for(idx = 0; idx < InstCount; idx++) { |
|
|
|
here = InstArray[idx]; |
|
|
|
model = here->BSIM4v5modPtr; |
|
|
|
/* Update b for Ax = b */ |
|
|
|
(*(ckt->CKTrhs + here->BSIM4v5dNodePrime) += here->BSIM4v5rhsdPrime); |
|
|
|
(*(ckt->CKTrhs + here->BSIM4v5gNodePrime) -= here->BSIM4v5rhsgPrime); |
|
|
|
|