This test consist in compare two bits determinating wich one is bigger or are equals
To testo the project just insert 2 input bits (A and B) and then make a verification with the possible inputs 00 01 10 11 you should check the three outputs, fist one when both are equal, and second and thrid when any other input is bigger. OUTPUT 1 = 1 when equals OUTPUT 2 = 1 when bigger OUTPUT 3 = 1 when bigger
Use leds to check the output Used input with any desired devices.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | BIT A | OUTPUT A | |
1 | BIT B | OUTPUT B | |
2 | OUTPUT C | ||
3 | |||
4 | |||
5 | |||
6 | |||
7 |