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 _______________________________________________ Gnucap-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnucap-devel
