Design a counter that starts at “0” and increases by two unt…

Design a counter that starts at “0” and increases by two until you reach “6” and then starts at “0” again and continues counting in the same way. Your digital circuit design must be implemented using T-flipflops, and your answer must include: The transition graph (be detailed and contain all proper directions and values) The next state truth table (needs to include the present and next-state ) The K-map(s) for next-state equation Determine the optimal SoP next state equations The flip-flop inputs truth table The K-map(s) for the flip-flop inputs Determine optimal SoP equations for the flip-flop inputs Lastly, draw the digital circuit and show where in your circuit the “count” is being outputted