I wanna do a counter, using jk flip flops, that start count from a random number. I'l give an exemple for an easy understanding.
I generate a random number(between 0 and 9) and i want to start counting from that number to 9 and when get to 9 to return to 0.
I already know how to do the basic asynchronous/synchronus counters modulo n/even numbers etc.
I generate a random number(between 0 and 9) and i want to start counting from that number to 9 and when get to 9 to return to 0.
I already know how to do the basic asynchronous/synchronus counters modulo n/even numbers etc.
