I have been working on a question which is: Design a synchronous up-counter that goes through the sequence 1 2 5 6 3 4 7 0 and then repeats. Implement the counter using D flip-flops.
So Far I have the managed to work out the following:
Is this correct?
Would it be correct to use this truth table instead of the previous one?