(Solved):
Use the method in the example to design CMOS circuit
Composite Gate design M ...
???????
Use the method in the example to design CMOS circuit
Composite Gate design More complex logic functions are often designed usin AND-OR-INVERT logic. Example Design a composite gate for the function: \[ f=a \cdot \bar{b}+c \] The function is double inverted: \[ f=\overline{\overline{a \cdot \bar{b}+c}} \] and de Morgan's theorem applied \[ f=\overline{\overline{(a \cdot \bar{b})} \cdot \bar{c}}=\overline{(\bar{a}+b) \cdot \bar{c}} \] See also notes on domino, dynamic logic gates
b) Design and sketch a static CMOS circuit to give the function \[ f=A \cdot B+\bar{C} \cdot D \] Use the AND OR INVERT design style.