Introduction - If you have any usage issues, please Google them yourself
1 bit comparator
Consider a 1-bit equality comparator with two inputs, i 0 and ii, and an output, eq. The
eq signal is asserted when i0 and il are equal
truth table:
input output
iOil eq
0 0 1
0 1 0
1 0 0
1 1 1