diff options
author | rahulp13 | 2021-01-07 18:22:29 +0530 |
---|---|---|
committer | rahulp13 | 2021-01-07 18:22:29 +0530 |
commit | d4fd47ecf77597595d3f4fa72fd5334a5fe7417b (patch) | |
tree | 28095229ec3035d15c569fbedac83cf5876aa196 /Windows/spice/examples/xspice/original-examples/rtlinv.in | |
parent | 376e748df438933088721286402462dffd6367c0 (diff) | |
parent | 63e3156454f39732a3101c29d42b473a89ca68d2 (diff) | |
download | eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.gz eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.tar.bz2 eSim-d4fd47ecf77597595d3f4fa72fd5334a5fe7417b.zip |
Merge windows installer updates with linux installer
Diffstat (limited to 'Windows/spice/examples/xspice/original-examples/rtlinv.in')
-rw-r--r-- | Windows/spice/examples/xspice/original-examples/rtlinv.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Windows/spice/examples/xspice/original-examples/rtlinv.in b/Windows/spice/examples/xspice/original-examples/rtlinv.in deleted file mode 100644 index ad7de749..00000000 --- a/Windows/spice/examples/xspice/original-examples/rtlinv.in +++ /dev/null @@ -1,20 +0,0 @@ -rtlinv ckt - cascaded rtl inverters -.width in=72 -.opt acct list node lvlcod=2 -.dc vin 0.0 2.5 0.025 -.tran 2ns 200ns -vcc 6 0 5 -vin 1 0 pulse(0 5 2ns 2ns 2ns 80ns) -rb1 1 2 10k -rc1 6 3 1k -q1 3 2 0 qnd -rb2 3 4 10k -q2 5 4 0 qnd -rc2 6 5 1k -.model qnd npn(bf=50 rb=70 rc=40 ccs=2pf tf=0.1ns tr=10ns cje=0.9pf -+ cjc=1.5pf pc=0.85 va=50) -.print dc v(3) v(5) -.plot dc v(3) -.print tran v(3) v(5) -.plot tran v(3) v(5) v(1) -.end |