1
- # Wokwi cd54hct30 Chip
1
+ # Wokwi sn74ahct1g32 Chip
2
2
3
- This is a custom chip for [ Wokwi] ( https://wokwi.com/ ) . It implements the cd54hct30 IC.
3
+ This is a custom chip for [ Wokwi] ( https://wokwi.com/ ) . It implements the sn74ahct1g32 IC.
4
4
5
5
## Description
6
6
7
- The cd54hct30 contain single 2-input Positive-OR gates. Each gate performs the Boolean function
8
- of Y = NOT (A . B . C . D . E . F . G . H ) in positive logic.
7
+ The sn74ahct1g32 contain single 2-input Positive-OR gates. Each gate performs the Boolean function
8
+ of Y = (A + B ) in positive logic.
9
9
10
10
## Truth Table
11
+ <<<<<<< HEAD
11
12
| INPUTS | OUTPUT |
12
13
| ----------------------------------------------------------------------------- | ---------|
13
- | INPUT A | INPUT B | INPUT C | INPUT D | INPUT E | INPUT F | INPUT G | INPUT H | --------- |
14
+ | INPUT A | INPUT B | INPUT C | INPUT D | INPUT E | INPUT F | INPUT G | INPUT H | |
14
15
| ---------| ---------| ---------| ---------| ---------| ---------| ---------| ---------| ---------|
15
16
| L | X | X | X | X | X | X | X | H |
16
17
| X | L | X | X | X | X | X | X | H |
@@ -21,20 +22,21 @@ of Y = NOT(A . B . C . D . E . F . G . H) in positive logic.
21
22
| X | X | X | X | X | X | L | X | H |
22
23
| X | X | X | X | X | X | X | L | H |
23
24
| H | H | H | H | H | H | H | H | L |
25
+ =======
26
+ >>>>>>> parent of a3517e7 (Update README.md)
24
27
28
+ | INPUT A | INPUT B | OUTPUT |
29
+ | ------- | ------- | ------- |
30
+ | X | H | H |
31
+ | H | X | H |
32
+ | L | L | L |
25
33
26
34
## Pin names
27
35
28
36
| Name | Description |
29
37
| ---- | ----------------- |
30
38
| A | Input signal A |
31
39
| B | Input signal B |
32
- | C | Input signal C |
33
- | D | Input signal D |
34
- | E | Input signal E |
35
- | F | Input signal F |
36
- | G | Input signal G |
37
- | H | Input signal H |
38
40
| Y | Output signal |
39
41
| GND | Ground |
40
42
| VCC | Supply voltage |
@@ -46,17 +48,17 @@ To use this chip in your project, include it as a dependency in your `diagram.js
46
48
47
49
``` json
48
50
"dependencies" : {
49
- "chip-cd54hct30 " : " github:wokwi-custom-chips/cd54hct30 @0.1.0"
51
+ "chip-sn74ahct1g32 " : " github:wokwi-custom-chips/sn74ahct1g32 @0.1.0"
50
52
}
51
53
```
52
54
53
- Then, add the chip to your circuit by adding a ` chip-cd54hct30 ` item to the ` parts ` section of diagram.json:
55
+ Then, add the chip to your circuit by adding a ` chip-sn74ahct1g32 ` item to the ` parts ` section of diagram.json:
54
56
55
57
``` json
56
58
"parts" : {
57
59
...,
58
- { "type" : " chip-cd54hct30 " , "id" : " chip1" }
60
+ { "type" : " chip-sn74ahct1g32 " , "id" : " chip1" }
59
61
},
60
62
```
61
63
62
- For a complete example, see [ The cd54hct30 chip test project] ( https://wokwi.com/projects/398977400657873921 ) .
64
+ For a complete example, see [ The sn74ahct1g32 chip test project] ( https://wokwi.com/projects/398967433536335873 ) .
0 commit comments