You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
431 B
28 lines
431 B
* Sample netlist: Gummel symmetry test *
|
|
|
|
.option post ingold numdgt=10
|
|
.temp 27
|
|
|
|
*.hdl "bsimbulk.va"
|
|
.include "model.l"
|
|
|
|
vd d 0 dc=0
|
|
vg g 0 dc=-0.5
|
|
es s 0 d 0 -1
|
|
vb b 0 dc=0
|
|
|
|
m1 d g s b pch W=10e-6 L=10e-6
|
|
|
|
.dc vd -0.1 0.1 0.001 vg -1 -0.4 0.3
|
|
*.probe dc ids=par'-i(vd)'
|
|
*.probe dc gx=deriv(ids)
|
|
*.probe dc gx2=deriv(gx)
|
|
*.probe dc gx3=deriv(gx2)
|
|
*.print dc par'ids' par'gx' par'gx2' par'gx3'
|
|
|
|
.control
|
|
run
|
|
plot i(es)
|
|
.endc
|
|
|
|
.end
|