I am stuck while solving this question,

What is the minimum number of 2 input nand gates required to realize

I found the answer when there is no limit on the number of inputs, but cant find the answer when the constraint "2 input nand gate" is specified". Any help would be appreciated.

有帮助吗?

解决方案

Well, what you tried? (Since it sounds like homework ;-)

I suggesting reading Wikipedia: Adder. It gives the schematics for a full-adder using a combination of AND/OR/XOR gates. Note that these gates can be made from just (2-input) NAND gates ... then it's just a matter of minimizing.

Happy learning.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top