Question: 1 a . Design a 2 - bit full adder using only n - input NAND, NOR and NOT gates that returns all outputs with

1a. Design a 2-bit full adder using only n-input NAND, NOR and NOT gates that returns all outputs with the minimal gate delay. Your adder should have inputs, a1,a0,b1,b0,cin and have outputs s1,s0,cout. Assume all gates have an equal delay.
1b. Give the total number of transistors for this adder. NOR gates: 2 transistors per input NAND gates: 2 transistors per input NOT gates: 2 transistors total.
1c. Design a 2-bit full adder using only only n-input NAND, NOR and NOT gates that returns all outputs with the minimal number of transistors. Your adder should have inputs, a1,a0,b1,b0,cin and have outputs s1,s0,cout. NOR gates: 2 transistors per input NAND gates: 2 transistors per input NOT gates: 2 transistors total.
1d. Give the maximum gate delay for this adder. Assume all gates have an equal delay.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!