Page 1 of 1

Designing a NAND gate with "my gate"

Posted: Wed May 28, 2014 9:49 am
by Balu_madaraju
A gate named my gate takes two inputs A and B and gives the output Y = A+B'

Design a NAND gate only using my gates
(any number of my gates can be used)

Re: Designing a NAND gate with "my gate"

Posted: Wed May 28, 2014 11:30 am
by GayathriJeyaram
First level,
2 gates. Gate 1 has inputs 0 and A. Gate 2 has inputs B and 1.

Second level
1 gate. Gate 3 has inputs output of gate 1 and output of gate 2.

Note,
In the description of the gates above with boolean function y= A+B' , the first input is A pin and second input is B pin.