3 – bit Counter (repeat after each 6 clocks)

counterdigital-logic

I have tried to make a counter which counts until six clock cycles and then repeats.
And would like to know whether I have done all right and the counter works correct.

schematic

simulate this circuit – Schematic created using CircuitLab

Best Answer

Sorry, but not close. At a start, FF1, which I presume represents your lsb, should have its input tied to a logic high. I suspect that you intended FF3 to be the lsb, and that you have confused T flip-flops with D flip-flops. Try replacing your FFs with D-types.