Problem:
Question- Design a synchronous 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.
I need the following:
- Circuit
- Truth table
- Simplification process.
Please describe the code with the help of comments.