d_mos8
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there. several caps in d_mos8.model (such as Cqgs) are commented out. adding them back (to get the full model) results in non-convergence. with two more changes, mainly - double VgstNVt = (Vgst - s->voffcv) / (2*T0); + double VgstNVt = (Vgst - s->voffcv) / T0; convergence returns. see the mos8 branch. thanks felix