Program: Design an asynchronous base 14 counter that counts through the natural binary sequence from 0 (0000) to 13 (1101) and then returns to zero on the next count.
You need to design and implement an asynchronous counter.
I have the solution already but i do not understand it; I need expert to guide through it step by step. thanks!