Analysis and Synthesis of Boolean Relations by cascading two comparator to realize an eight bit magnitude comparator
INSTRUCTION
- Apply high to VCC and low voltage to ground (GND)
- For all the combinations of the 8 bit inputs A ( A7A6A5A4A3A2A1A0), B ( B7B6B5B4B3B2B1B0)) verify that the LEDs are ON or not.
- Enter binary input A=10011011 (Decimal value is 155), B=10011011 (Decimal value is 155). Output A=B, the led will be on.
- Enter binary input A=11001101 (Decimal value is 205), B=10010001 (Decimal value is 145). Output A>B, the led will be on.
- Enter binary input A=1101001 (Decimal value is 105), B=10000111 (Decimal value is 135). Output A< B, the led will be on.
- Enter other input combination of A and B.
- Note: Red button symbolize as Low (L), Green button symbolize as High (H).
TRUTH TABLE
A | B | Output |
A7 | A6 | A5 | A4 | A3 | A2 | A1 | A0 | B7 | B6 | B5 | B4 | B3 | B2 | B1 | B0 | A>B | A<B | A=B |
A
7A
6A
5A
4A
3A
2A
1A
0
B
7B
6B
5B
4B
3B
2B
1B
0