Browse Source

Re-add optional selection of Berkeley model parameters.

pre-master-46
Holger Vogt 3 years ago
parent
commit
d7bdfe1a20
  1. 4
      examples/various/nmos_pmos_BSIM330.sp

4
examples/various/nmos_pmos_BSIM330.sp

@ -16,6 +16,10 @@ vbsp 44 0 0
.model n1 nmos level=49 version=3.3.0 tox=3.5n nch=2.4e17 nsub=5e16 vth0=0.15
.model p1 pmos level=49 version=3.3.0 tox=3.5n nch=2.5e17 nsub=5e16 vth0=-0.15
* BSIM3v3.3.0 model with parameters provided by Berkeley
*.include modelcard.nmos
*.include modelcard.pmos
.control
set xgridwidth=2
set xbrushwidth=3

Loading…
Cancel
Save