You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/Technologies.md
+14-8
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
- Latch: CDC6600-Style Polarity hold latch
13
13
- DFF: Master-Slave DFF based on PH-Latch
14
14
- DFF: 6x NOR DFF_PN
15
-
-Minimum Cell size: 0.15" x 0.25"
15
+
- Cell size: 0.15" x 0.25"
16
16
- Recommended components: PMBT2369, RL=3.3k, RB=3.3k, Cp=22p for 5V.
17
17
18
18
### Post Layout Simulation of counter.vhd
@@ -43,7 +43,7 @@
43
43
- Achieves 300-500kHz with MMBT3904 clones (e.g. CJ)
44
44
- Supported gates: NOT, NOR2, NOR3, NOR4, XOR2
45
45
- Flip-Flop: 3T master slave FF with pass gate
46
-
-Minimum cell size: 0.15" x 0.25"
46
+
-Cell size: 0.15" x 0.25"
47
47
- Recommended Components: MMBT3904, Rl=3.3k, Rb=10k for 5V (FOmax=4). **Attention**: PMBT2369 will not work in this logic style due to too low reverse beta
48
48
49
49
### Post Layout Simulation of counter.vhd
@@ -73,9 +73,9 @@
73
73
74
74
- NMOS logic based on power mosfet supporting wide number of gate types at low component count. Relatively robust, but slow.
75
75
- Can achive 500kHz-2 MHz with counter depending on transitor type
- Fix and validate LED spice models for post layout simulation
118
+
- Clock distribution
119
+
120
+
---
117
121
# amux - analog multiplexer logic
118
122
119
123
### TODO
@@ -126,17 +130,19 @@
126
130
## 74LVC - 74LVC single gate logic
127
131
128
132
- Using single gate logic: 74LVC1G175 and 74LVC1G57 multi gates. Very versatile and area efficient, however 1G57 is not always easy to obtain and expensive. Rather use amux logic. Not PCB proven yet
133
+
-
129
134
130
135
## YG - YG strip logic
131
136
132
137
- not finished
133
-
138
+
- removed to clean up before refactoring
134
139
## NE - NE555 logic
135
140
136
-
-Don't use, this is more of a joke. It works, but is slow, large, expensive and power hungry.
141
+
-More of a joke
137
142
- Removed to declutter source
138
143
139
144
## hybrid - hybrid nmos/bipolar logic
140
145
141
146
- Nasty logic level, neither fast nor stable. Don't use.
0 commit comments