Maker Pro
Maker Pro

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

Researchers

Sep 22, 2017
5
Joined
Sep 22, 2017
Messages
5
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
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Did you forget NOR?

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