Maker Pro
Maker Pro

Convert AND/OR logic circuit to NANDD-NAND logic circuit

The implementation of Boolean function using NAND-NAND logic requires the function must be in SOP . The following steps are followed to convert AND/OR logic circuit to NAND-NAND logic:

Step-1: Check the given function is the simplified SOP expression or not. If not, then convert it into simplified SOP expression.

Step-2: First draw logic circuit using AND/OR gate.

Step-3: Add bubbles on the output of each AND gate and add bubble each input side of OR gate.

Step-4: Replaced bubbled OR by NAND gate
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Did you forget NOR?

And your rules will change the function of the circuit.
 
Top