NAND gate implementation

Thread Starter

TQ_07

Joined Feb 22, 2007
11
i have the boolean expression:
AB + AC'D + A'B'CD'
and now have to design a NAND gate implementation of the circuit, this is what i have so far:
see attatched file​

can someone help me??
 

Attachments

Thread Starter

TQ_07

Joined Feb 22, 2007
11
the boolean expression i have was derived using a karnaugh map. in the karnaugh map i had three groups. which i then simplified to get this expression. i was told that i should have three terms in my simplified answer as i had three groups of terms, this can be seen in the karnaugh map

i have attatched my karnaugh map if you would like to look at it
 

Attachments

Dave

Joined Nov 17, 2003
6,969
For my understanding, can you clarify that when you say a NAND gate implementation you mean the resultant expression will be implemented using only NAND gates?

And you may wish to clarify what "three terms in my simplified answer" means.

Dave
 

Thread Starter

TQ_07

Joined Feb 22, 2007
11
i have a group of four terms in my karnaugh map- that would be simplified to one term (AB) the group of two would be simplified to another term (AC'D) and then i have A'B'CD' on its own...so my answer would be:
AB + AC'D + A'B'CD'

i was told that this would be the simlified answer and could not be simplied any more
 

Dave

Joined Nov 17, 2003
6,969
Ok, before we dive in a deal with the Karnaugh Map can you answer the following two questions:

1. When you say a NAND gate implementation you mean the resultant expression will be implemented using only NAND gates?

2. You have been told by who that AB + AC'D + A'B'CD' is the simplified answer to the NAND gate implementation?

It is important that what I interpret as a NAND gate implementation is the same as what you interpret as a NAND gate implementation. Any clarification on these two questions is appreciated.

Dave
 
Top