A counter has a special counting sequence: 0,5,7,1,0,5,7,1, and so on. Design this counter with minimal number of states. a) Draw a state diagram for the counter b) Construct a state-assigned table including the next state and output c) Draw the circuit diagram for the counter using D flip-flops d) Repeat (c) using T flip-flops e) Repeat (c) using JK flip-flops
Comments
Leave a comment