MOD-14 JK Down Counter

Thread Starter

alright212

Joined Apr 17, 2022
4
I had a task making asynchronous MOD-14 down JK counter, only problem is that it turned out to be synchronous, can you help me modify the counter to make it asynchronous? Thank you in advance, any help is needed :)

Screenshot 2022-04-25 at 17.14.40.png
 

dl324

Joined Mar 30, 2015
16,921
Asynchronous counters are easy; as long as they count in the normal sequence. Do you know the rules for count down (or up)?
 

Thread Starter

alright212

Joined Apr 17, 2022
4
Asynchronous counters are easy; as long as they count in the normal sequence. Do you know the rules for count down (or up)?
Rules for counting down are 1101, 1100... 0000 then again 1101. Or do you mean something else by rules for counting down/up?
 
Top