Carlos5Pierros
Newbie level 4
Hi I am not sure about my result so I would like to ask you if you can correct me. the circuit is composed of a counter and its outputs enter a combinational logic block. And it is this block that I am trying to simplify.
counter | outputs Q
CBA | 1 2
-----------------
000 0 0
001 1 1
010 0 1
011 1 1
100 0 0
101 1 0
Q1 is simple is equal to output A
But Q2 is more complex look what I understand..
Q2 = /C * /B * A + /C * B * /A + /C * B * A
Simplified équation
Q2 = /C * A + /C * B
Thank for your time. I hope that is clear enough.
counter | outputs Q
CBA | 1 2
-----------------
000 0 0
001 1 1
010 0 1
011 1 1
100 0 0
101 1 0
Q1 is simple is equal to output A
But Q2 is more complex look what I understand..
Q2 = /C * /B * A + /C * B * /A + /C * B * A
Simplified équation
Q2 = /C * A + /C * B
Thank for your time. I hope that is clear enough.