English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm in VLSI and I think I've forgotten how to do this..but I may have to on a test (designing Compound Gates using transistors..). So for example: Y = AB + C+D

Would the complement be

A(complement) + B(complement) *C(complement)*D(complement)

I know it's probably simple, but it's been a really long time since I've taken digital logic. Thanks

2007-09-26 12:25:54 · 2 answers · asked by Galbadian 2 in Science & Mathematics Engineering

2 answers

Y'=(AB + C + D)' Using Demorgan's theorem,
Y'=(AB)' * C' * D' Again using Demorgan's theorem,
Y'= (A' + B') * C' * D'
That would be my answer.

Edit
I think it can be simplified more actually
Y'=A'C'D' + B'C'D'
That would be my final answer.

2007-09-26 12:44:26 · answer #1 · answered by Anonymous · 1 0

Make a truth table for Y, then invert it, and find out which terms make Y'

I get:
Y' = C'D' * (A'B' + A'B + AB')

.

2007-09-26 19:56:25 · answer #2 · answered by tlbs101 7 · 0 0

fedest.com, questions and answers