Two-level combinational logic using a ROM
0 0 0 0 0 1 00 0 1 1 1 1 00 1 0 0 1 0 00 1 1 0 0 0 1
Use a ROM to store and decode a truth table
- Use two-level canonical form (no need to minimize logic)
- Example: F0 = A'B'C + AB'C' + AB'C
F1 = A'B'C + A'BC' + ABC
F2 = A'B'C' + A'B'C + AB'C'
F3 = A'BC + AB'C' + ABC'