my project shows the similarities and differences between nand and and, and also or and xor
in0 and in1 are connected to the or(out1) and xor(out0). in2 and in3 are connected to and(out3) and nand(out2)
This project uses a 7 seg display, but any indicator will work
# | Input | Output | Bidirectional |
---|---|---|---|
0 | in0 | xor(in0, in1) | |
1 | in1 | or(in0, in1) | |
2 | in2 | Nand(in2,in3) | |
3 | in3 | And(in2,in3) | |
4 | in4 | in4 | |
5 | in5 | in5 | |
6 | in6 | in6 | |
7 | in7 | in7 |