Why Does My Synchronous Circuit Analysis Differ from the Expected Diagram?

  • Context: Engineering 
  • Thread starter Thread starter gipc
  • Start date Start date
  • Tags Tags
    Circuit Synchronous
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
gipc
Messages
69
Reaction score
0
I'm trying to analyze the following circuit which is pretty basic.
There is the circuit and it's diagram which is the solution:

http://img822.imageshack.us/img822/7291/circuiti.jpg

Please help me find the mistake, because my diagram becomes different from the one in the picture.

Looking at the circuit, I see that:
T1=Co=A*B +A*Cin +B*Cin=Q1*Q1 +Q1*X +Q2*X
T2=S=A XOR B XOR Cin = Q1 XOR Q2 XOR X

and then i get a small table to organize everything:

Code:
present   next 
state      state
            x=0         x=1
Q0 Q1   T1 T2 Z    | T1 T2 Z
0 0     0  0   0    0   1  0
0 1     0  1   0    1   0  0
1 0     0  1   0    1   0  0
1 1     1  0   0    1   1  1

and obviously if i draw the diagram it looks much different from the one I'm supposed to get.


Can anyone tell me where did I go wrong?
 
Last edited by a moderator:
Physics news on Phys.org