Consider a modulo-2ᵐ counter that behaves in the following manner: if the input O/En is zero, the counter increases to the next largest even number, modulo-2ᵐ If the input O/En is one, the counter increases to the next largest odd number, modulo-2ᵐ
Draw the state-transition diagram for this counter if m= 3.Note that you do not need to draw a circuit or write a VHDL program to implement the state machine; just draw the state-transition diagram.