Home
last modified time | relevance | path

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

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/bsim4/
H A Db4check.c772 if (model->BSIM4rnoia < 0.0) in BSIM4checkModel()
774 …pend_word(&wl, &wl, tprintf("Warning: rnoia = %g is negative. Set to zero.\n", model->BSIM4rnoia)); in BSIM4checkModel()
775 model->BSIM4rnoia = 0.0; in BSIM4checkModel()
807 if (model->BSIM4rnoia < 0.0) { in BSIM4checkModel()
808 …pend_word(&wl, &wl, tprintf("Warning: rnoia = %g is negative. Set to zero.\n", model->BSIM4rnoia)); in BSIM4checkModel()
809 model->BSIM4rnoia = 0.0; in BSIM4checkModel()
H A Db4noi.c223 npart_beta = model->BSIM4rnoia * (1.0 + T5 in BSIM4noise()
419 npart_beta = model->BSIM4rnoia * (1.0 + T8 in BSIM4noise()
446 npart_beta = model->BSIM4rnoia * (1.0 + T8 in BSIM4noise()
H A Dbsim4def.h1155 double BSIM4rnoia; member
H A Db4mask.c678 value->rValue = model->BSIM4rnoia; in BSIM4mAsk()
H A Db4set.c656 model->BSIM4rnoia = 0.577; in BSIM4setup()
H A Db4mpar.c915 mod->BSIM4rnoia = value->rValue; in BSIM4mParam()