- #1
JJBladester
Gold Member
- 286
- 2
Homework Statement
Hello, I need to create a digital counter that follows this sequence:
00, 10, 01, 11, 01, 00, 11, 10
A , C, B, D, B, A, D, C
Homework Equations
N/A
The Attempt at a Solution
There are four states (A = 00, B = 01, C = 10, D = 11) so I believe I need two flip-flops. There are eight transitions and then the counter should wrap. I'm having a hard time drawing the state diagram for this.
Here's what I have so far.