Help request - 2bit state register not going through all states

An area for asking questions, making suggestion, share ideas and place circuit examples.
Post Reply
Rowan434
Posts: 3
Joined: Mon Jul 08, 2024 6:43 am

Help request - 2bit state register not going through all states

Post by Rowan434 »

I am working on the circuit for a Finite State machine. I have verified my combinational logic with my truth table but I am missing one of the states when I connect the clock. I assume I am using the D flip flops wrong.
it goes through the states like this, with 1 0 missing
S1 S0
0 0
0 1
1 1
0 0
If anyone can tell me how to fix this it would be greatly appreciated! link to picture is below
https://imgur.com/a/JJUA1xO
User avatar
admin
Site Admin
Posts: 415
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

Re: Help request - 2bit state register not going through all states

Post by admin »

It is hard to understand your circuit from picture with cut wires. Which you actually can attach on this site so it won't be lost on other sites.
If you design your circuit in LogicCircuit software and post your project here you will have a better chance to be helped.
Rowan434
Posts: 3
Joined: Mon Jul 08, 2024 6:43 am

Re: Help request - 2bit state register not going through all states

Post by Rowan434 »

I didn't realize at first that this forum was meant specifically for the LogicCircuit software and my circuit is built in circuitverse, but I will add the link to the circuit in case anyone can still help me. Also I have noticed that the software I am using is putting in t flip flops when I select the D flip flops, so that might be having an effect. Im going to try and fix that part.
https://circuitverse.org/users/243053/p ... 84b3c8968c
Thanks
Rowan434
Posts: 3
Joined: Mon Jul 08, 2024 6:43 am

Re: Help request - 2bit state register not going through all states

Post by Rowan434 »

I just figured it out!! It was because i wasn't changing the input, not because the circuit was wrong :lol:
Post Reply