Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

NAND gate implementation for a function

Status
Not open for further replies.

santumevce1412

Junior Member level 2
Joined
Jan 8, 2008
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,445
minimum number of 2i/p nand gate required to implement the following function

Y = AB + CD + EF
 

Re: nand gate

I guess this board is not for textbook related questions!!! no one will do ur assignments here :!:
 

nand gate

this can be implemented by 5 gates.
3 AND gates and 2 OR gates.
As 3 . and 2 + is there in equation
 

Re: nand gate

If you want to implement using only 2input nand gates.... total 6 gates are required.
1 for (ab)'
2 for (cd)'
3 for (ef)'
4 for (1,2)'
5 for (4,4)'
6 for (3,5)'
here (ab)' menas ......... a,b inputs are connected to 2input nand gate
 

nand gate

you can now develop a formula for this problem.
it is log2 of n dependent...
 

Re: nand gate

here is the nand implementation for this function...
80_1223556526.jpg
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top