consider a 4-bit counter that couts from 3 (0011) to 12 (1100)and then wraps around. If the counter enters an unused state(such as 0000) because of noise, it will restart from 0011 at thenext rising edge of the clock. Derive the VHDL code for this circuit and draw the conceptual top-level diagram.