简体   繁体   中英

How can I draw a logic circuit of function F = (A+BCD)(A'+B'C'D') using 3 Xor gate and 1 AND gate?

i want to simplify the function first but

i have no idea how to do it. already tried few ways but failed.

I think i have to use dmorgan's law or x xor y = x'y + y'x or something more..

can anyone help?

Try a Karnaugh map to minimize the term. You can find further methods to minimize such terms in this article .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM