Published by: Nuru
Published date: 22 Jun 2021
There are two multilevel circuits that we are going to learn on this topic.
To implement a Boolean function with NAND gates we need to obtain the simplified Boolean function in terms of Boolean operators and then convert the function to NAND logic. The conversion of an algebraic expression from AND, OR, and complement to NAND can be done by simple circuit-manipulation techniques that change AND- OR diagrams to NAND diagrams.
To obtain a multilevel NAND diagram from a Boolean expression, proceed as follows:
Example: F = A + (B' + C) (D' + BE ')
The NOR function is the dual of the NAND function. For this reason, all procedures and rules for NOR logic form a dual of the corresponding
procedures and rules developed for NAND logic. Similar to NAND, NOR has also two graphic symbols: OR-invert and invert-AND symbol. The procedure for implementing a Boolean function with NOR gates is similar to the procedure outlined in the previous section for NAND
gates:
Example: F = (AB + E) (C + D)