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/xspice/original-examples/mosmem.in | |
parent | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff) | |
parent | 6b512cbf954273b0f21d3800d10a7ad42a759425 (diff) | |
download | eSim-d31f40d5daf4bce938b55aa1cda8b19c391fe955.tar.gz eSim-d31f40d5daf4bce938b55aa1cda8b19c391fe955.tar.bz2 eSim-d31f40d5daf4bce938b55aa1cda8b19c391fe955.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/xspice/original-examples/mosmem.in')
-rw-r--r-- | Windows/spice/examples/xspice/original-examples/mosmem.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Windows/spice/examples/xspice/original-examples/mosmem.in b/Windows/spice/examples/xspice/original-examples/mosmem.in deleted file mode 100644 index 2654ca8e..00000000 --- a/Windows/spice/examples/xspice/original-examples/mosmem.in +++ /dev/null @@ -1,27 +0,0 @@ -mosmem - mos memory cell -.width in=72 -.opt abstol=1u -.opt acct list node -.tran 20ns 2us -vdd 9 0 dc 5 -vs 7 0 pulse(2 0 520ns 20ns 20ns 500ns 2000ns) -vw 1 0 pulse(0 2 20ns 20ns 500ns 200ns) -vwb 2 0 pulse(2 0 20ns 20ns 20ns 2000ns 2000ns) -m1 3 1 0 0 mod w=250u l=5u -m2 4 2 0 0 mod w=250u l=5u -m3 9 9 3 0 mod w=5u l=5u -m4 9 9 4 0 mod w=5u l=5u -m5 5 7 3 0 mod w=50u l=5u -m6 6 7 4 0 mod w=50u l=5u -m7 5 6 0 0 mod w=250u l=5u -m8 6 5 0 0 mod w=250u l=5u -m9 9 9 5 0 mod w=5u l=5u -m10 9 9 6 0 mod w=5u l=5u -m11 8 4 0 0 mod w=250u l=5u -m12 9 9 8 0 mod w=5u l=5u -.model mod nmos(vto=0.5 phi=0.7 kp=1.0e-6 gamma=1.83 lambda=0.115 -+ level=1 cgso=1u cgdo=1u cbd=50p cbs=50p) -.print dc v(5) v(6) -.plot dc v(6) -.plot tran v(6) v(5) v(7) v(1) v(2) -.end |