Description:
- Logic gates are constructed by combining Transistors in complementary arrangements
- Combinational circuit
Transistor
Typical Gates:
Comparator:
- To compare 2 binary numbers with the same digit length, each of the digit from each number is compared in order
Multiplexer
Decoder vs Encoder
Logic gate implementation from truth table:
- Bruceforce:
- Each output, write a gate, ex: 110=1 meaning A&B&C=1
- Combine the gates
- Karnaugh Map