Minimal set of logic gates
We can implement all logic functions using NOT, AND, and OR
- Direct implementation of the truth table
In fact, we can do it with only NOR or only NAND
Is that all?
- No, there are lots of ways to implement logic functions,some good, some not so good