summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/cider/parallel/latch.cir
diff options
context:
space:
mode:
authorrahulp132020-02-28 11:38:58 +0530
committerrahulp132020-02-28 11:38:58 +0530
commit246319682f60293b132fca1ce6e24689c6682617 (patch)
tree6871b758a17869efecfd617f5513e31f9a933f4a /Windows/spice/examples/cider/parallel/latch.cir
parentd9ab84106cac311d953f344386fef1c1e2bca1cf (diff)
downloadeSim-246319682f60293b132fca1ce6e24689c6682617.tar.gz
eSim-246319682f60293b132fca1ce6e24689c6682617.tar.bz2
eSim-246319682f60293b132fca1ce6e24689c6682617.zip
initial commit
Diffstat (limited to 'Windows/spice/examples/cider/parallel/latch.cir')
-rw-r--r--Windows/spice/examples/cider/parallel/latch.cir46
1 files changed, 46 insertions, 0 deletions
diff --git a/Windows/spice/examples/cider/parallel/latch.cir b/Windows/spice/examples/cider/parallel/latch.cir
new file mode 100644
index 00000000..3ad63335
--- /dev/null
+++ b/Windows/spice/examples/cider/parallel/latch.cir
@@ -0,0 +1,46 @@
+STATIC LATCH
+*** IC=1MA, RE6=3K
+*** SPICE ORIGINAL 1-7-80, CIDER REVISED 4-16-93
+
+*** BIAS CIRCUIT
+*** RESISTORS
+RCC2 6 8 3.33K
+REE2 9 0 200
+*** TRANSISTORS
+Q1 6 8 4 M_NPN1D AREA=8
+Q2 8 4 9 M_NPN1D AREA=8
+
+*** MODELS
+.INCLUDE BICMOS.LIB
+
+*** SOURCES
+VCC 6 0 5V
+VREF 3 0 2.5V
+VRSET 1 0 PULSE(2V 3V 0.1NS 0.1NS 0.1NS 0.9NS 4NS)
+VSET 7 0 PULSE(2V 3V 2.1NS 0.1NS 0.1NS 0.9NS 4NS)
+
+*** LATCH
+X1 1 2 3 4 5 6 ECLNOR2
+X2 5 7 3 4 2 6 ECLNOR2
+
+*** SUBCIRCUITS
+.SUBCKT ECLNOR2 1 2 3 4 5 6
+** RESISTORS
+RS 6 11 520
+RC2 11 10 900
+RE4 12 0 200
+RE6 5 0 6K
+** TRANSISTORS
+Q1 9 1 8 M_NPN1D AREA=8
+Q2 9 2 8 M_NPN1D AREA=8
+Q3 11 3 8 M_NPN1D AREA=8
+Q4 8 4 12 M_NPN1D AREA=8
+Q5 10 10 9 M_NPN1D AREA=8
+Q6 6 9 5 M_NPN1D AREA=8
+.ENDS ECLNOR2
+
+*** CONTROL CARDS
+.TRAN 0.01NS 8NS
+.PRINT TRAN V(1) V(7) V(5) V(2)
+.OPTIONS ACCT BYPASS=1
+.END