diff options
author | Rahul Paknikar | 2021-01-08 12:47:23 +0530 |
---|---|---|
committer | GitHub | 2021-01-08 12:47:23 +0530 |
commit | e6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch) | |
tree | fd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/cider/jfet | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
parent | 6b512cbf954273b0f21d3800d10a7ad42a759425 (diff) | |
download | eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.gz eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.tar.bz2 eSim-e6f48f5b1bf22a1d048b44ed4416b4315a461306.zip |
Merge pull request #161 from rahulp13/installersi2.1
fixed key issue for ubuntu 20+; updated installers for windows os
Diffstat (limited to 'Windows/spice/examples/cider/jfet')
-rw-r--r-- | Windows/spice/examples/cider/jfet/jfet.cir | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Windows/spice/examples/cider/jfet/jfet.cir b/Windows/spice/examples/cider/jfet/jfet.cir deleted file mode 100644 index e3f00536..00000000 --- a/Windows/spice/examples/cider/jfet/jfet.cir +++ /dev/null @@ -1,36 +0,0 @@ -Two-dimensional Junction Field-Effect Transistor (JFET) - -VDD 1 0 0.5V -VGG 2 0 -1.0v AC 1V -VSS 3 0 0.0V -QJ1 1 2 3 M_NJF AREA=1 - -.MODEL M_NJF NBJT LEVEL=2 -+ options jfet defw=10.0um -+ output dc.debug phin phip equ.psi vac.psi -+ x.mesh w=0.2 h.e=0.001 r=1.8 -+ x.mesh w=0.8 h.s=0.001 h.m=0.1 r=2.0 -+ x.mesh w=0.8 h.e=0.001 h.m=0.1 r=2.0 -+ x.mesh w=0.2 h.s=0.001 r=1.8 -+ y.mesh w=0.2 h.e=0.01 r=1.8 -+ y.mesh w=0.8 h.s=0.01 h.m=0.1 r=1.8 -+ -+ domain num=1 mat=1 -+ material num=1 silicon -+ -+ elec num=1 x.l=0.0 x.h=0.0 y.l=0.0 y.h=1.0 -+ elec num=2 x.l=0.5 x.h=1.5 y.l=0.0 y.h=0.0 -+ elec num=3 x.l=2.0 x.h=2.0 y.l=0.0 y.h=1.0 -+ -+ doping unif n.type conc=3.0e15 -+ doping unif p.type conc=2.0e17 x.l=0.2 x.h=1.8 y.h=0.2 -+ -+ models bgn srh auger conctau concmob fieldmob ^aval - -.option acct bypass=1 temp=27 -*.op -.dc vgg 0.0 -2.0001 -0.1 -*.ac dec 10 1k 100g -.print i(vnn) - -.end |