CMOS logic gate circuits

Thread Starter

nyasha

Joined Mar 23, 2009
90
So l am asked to find a CMOS realization of a boolean function. I just want to know if l did it correctly. I have attached the problem and my worked out solution.
 

Attachments

Georacer

Joined Nov 25, 2009
5,182
Your Pull Down Network is correct, but your Pull Up Network isn't.

The expression you want for that part is:
(A+B(C+D))'=
A'(B(C+D))'=
A'(B'+(C+D)')=
A'(B'+C'D')

Care do give it another try?
 

Thread Starter

nyasha

Joined Mar 23, 2009
90
I tried another problem just to make sure l get the hang of it, is this correct ? My other question is, does the PUN network realize the circuit for the function for y' and the PDN network realizes the function for y ?
 

Attachments

Last edited:
Top