summaryrefslogtreecommitdiff
path: root/Windows/spice/examples/cider/parallel/latch.cir
diff options
context:
space:
mode:
authorRahul Paknikar2021-01-08 12:47:23 +0530
committerGitHub2021-01-08 12:47:23 +0530
commite6f48f5b1bf22a1d048b44ed4416b4315a461306 (patch)
treefd357549a236cdc652f0b6d2919beee0cee7faa5 /Windows/spice/examples/cider/parallel/latch.cir
parentac223c4a69c701ad0a247401acdc48b8b6b6dba6 (diff)
parent6b512cbf954273b0f21d3800d10a7ad42a759425 (diff)
downloadeSim-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/cider/parallel/latch.cir')
-rw-r--r--Windows/spice/examples/cider/parallel/latch.cir46
1 files changed, 0 insertions, 46 deletions
diff --git a/Windows/spice/examples/cider/parallel/latch.cir b/Windows/spice/examples/cider/parallel/latch.cir
deleted file mode 100644
index 3ad63335..00000000
--- a/Windows/spice/examples/cider/parallel/latch.cir
+++ /dev/null
@@ -1,46 +0,0 @@
-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