Home
last modified time | relevance | path

Searched refs:BSIM4scc (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4/
H A Db4check.c919 if (here->BSIM4scc < 0.0) in BSIM4checkModel()
921 … wl_append_word(&wl, &wl, tprintf("Warning: SCC = %g is negative. Set to 0.0.\n", here->BSIM4scc)); in BSIM4checkModel()
922 here->BSIM4scc = 0.0; in BSIM4checkModel()
H A Db4par.c153 here->BSIM4scc = value->rValue; in BSIM4param()
H A Db4ask.c134 value->rValue = here->BSIM4scc ; in BSIM4ask()
H A Db4temp.c1739 here->BSIM4scc = ( (0.05 * here->BSIM4sc + 0.0025 * model->BSIM4scref) in BSIM4temp()
1758 if (here->BSIM4scc < 0.0) in BSIM4temp()
1760 printf("Warning: SCC = %g is negative. Set to 0.0.\n", here->BSIM4scc); in BSIM4temp()
1761 here->BSIM4scc = 0.0; in BSIM4temp()
1770 + model->BSIM4wec * here->BSIM4scc; in BSIM4temp()
H A Dbsim4def.h144 double BSIM4scc; member
H A Db4set.c2455 here->BSIM4scc = 0.0; in BSIM4setup()