The NOR gate can implement three functions described below.
NOT: connect both input pins A and B to a single node. Call this node C.
OR: connect a normal NOR gate to the C pin of the NOT gate described above.
AND: connect two NOT gates described above to the inputs A and B of a regular NOR gate.
Comments
Leave a comment