1. Warm up
-
Use a combination of CMOS gates (represented by their symbols) to generate the following functions from inputs A, B, and C.
-
\(Y = A\) (buffer)
-
\(Y = A\bar{B} + \bar{A}B\) (XOR)
-
\(Y = \bar{A} \bar{B} + AB\) (XNOR)
-
\(Y = AB + BC + AC\) (majority)
-
-
Sketch a transistor-level schematic for a CMOS 4-input NOR gate.



