forked from 74hc595/chipdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
4585.yaml
60 lines (59 loc) · 1.33 KB
/
4585.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
description: "4-bit magnitude comparator"
package: DIP
pincount: 16
family: "4000"
datasheet: "http://www.standardics.nxp.com/products/hef/datasheet/hef4585b.pdf"
pins:
- num: 1
sym: B__2
desc: word B input
- num: 2
sym: A__2
desc: word A input
- num: 3
sym: Q__A=B
desc: A = B output
- num: 4
sym: I__A>B
desc: A > B expansion input
- num: 5
sym: I__A<B
desc: A < B expansion input
- num: 6
sym: I__A=B
desc: A = B expansion input
- num: 7
sym: A__1
desc: word A input
- num: 8
sym: GND
desc: ground
- num: 9
sym: B__1
desc: word B input
- num: 10
sym: A__0
desc: word A input
- num: 11
sym: B__0
desc: word B input
- num: 12
sym: Q__A<B
desc: A < B output
- num: 13
sym: Q__A>B
desc: A > B output
- num: 14
sym: B__3
desc: word B input
- num: 15
sym: A__3
desc: word A input
- num: 16
sym: Vcc
desc: supply voltage
notes:
- The least significant (or only) comparator in a chain should have I__A=B and I__A>B tied high and I__A<B tied low.
- To compare more than 4 bits, connect Q__A<B and Q__A=B to the inputs of the next significant comparator. I__A>B of the next significant comparator should be tied high.
...