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/bjt/vco.cir | |
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/bjt/vco.cir')
-rw-r--r-- | Windows/spice/examples/cider/bjt/vco.cir | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Windows/spice/examples/cider/bjt/vco.cir b/Windows/spice/examples/cider/bjt/vco.cir deleted file mode 100644 index d1b1a058..00000000 --- a/Windows/spice/examples/cider/bjt/vco.cir +++ /dev/null @@ -1,45 +0,0 @@ -Voltage controlled oscillator - -rc1 7 5 1k -rc2 7 6 1k - -q5 7 7 5 qmod area = 100p -q6 7 7 6 qmod area = 100p - -q3 7 5 2 qmod area = 100p -q4 7 6 1 qmod area = 100p - -ib1 2 0 .5ma -ib2 1 0 .5ma -cb1 2 0 1pf -cb2 1 0 1pf - -q1 5 1 3 qmod area = 100p -q2 6 2 4 qmod area = 100p - -c1 3 4 .1uf - -is1 3 0 dc 2.5ma pulse 2.5ma 0.5ma 0 1us 1us 50ms -is2 4 0 1ma -vcc 7 0 10 - -.model qmod nbjt level=1 -+ x.mesh node=1 loc=0.0 -+ x.mesh node=61 loc=3.0 -+ region num=1 material=1 -+ material num=1 silicon nbgnn=1e17 nbgnp=1e17 -+ mobility material=1 concmod=sg fieldmod=sg -+ mobility material=1 elec major -+ mobility material=1 elec minor -+ mobility material=1 hole major -+ mobility material=1 hole minor -+ doping unif n.type conc=1e17 x.l=0.0 x.h=1.0 -+ doping unif p.type conc=1e16 x.l=0.0 x.h=1.5 -+ doping unif n.type conc=1e15 x.l=0.0 x.h=3.0 -+ models bgnw srh conctau auger concmob fieldmob -+ options base.length=1.0 base.depth=1.25 - -.option acct bypass=1 -.tran 3us 600us 0 3us -.print tran v(4) -.end |