4 input And gate CMOS

Thread Starter

jstrike21

Joined Sep 24, 2009
104
This question compares two different ways to implement a four-input CMOS AND gate.
(a) A four-input AND gate can be constructed by three two-input CMOS AND gates. The outputs of two two-input AND gates are connected to the inputs of the third two-input AND gate. Draw the corresponding circuit diagram. How many transistors (both PMOS and NMOS) are required?
(b) Show how you can use only 2-input CMOS NAND and NOR gates to build the four-input AND gate. How many transistors (both PMOS and NMOS) are required? (Hint: Use DeMorgan's theorem.)

I have completed part A.
Im having trouble visualizing how I can do B
 

Thread Starter

jstrike21

Joined Sep 24, 2009
104
wouldnt this way be worse? I would think it would use the inverse of 3 nand gates. I dont know why they mention nor gates
 

Ron H

Joined Apr 14, 2005
7,063
By DeMorgan's theorem:

\(\overline{\overline{A \cdot B} +\overline{C \cdot D}}=A \cdot B \cdot C \cdot D\)

It's definitely cheaper (by transistor count) than 3 AND gates.
 
Top