3bit jk synchronous counter. it counts till 5 then resets if oyuwant to remove the reset just disconnect the async reset .
Experiment No 10: Implement a decade counter using basic gates.
Done by:
Saranga K. Mahanta
Scholar Id: 18-14-038
Done by:
Saranga K. Mahanta
18-14-038
This is a 2-bit counter. 2-bit counters normally can count 4 numbers: 0, 1, 2, 3. However, this circuit counts up to 2 and resets at 3. This can be scaled by adding more D flip-flops and setting the And gate at the location you want the count to stop at. You can also set a starting number in a similar fashion. This can be modified to a synchronous 2-bit counter using JK flip flops.
3 bit counter
A 2-bit counter that counts from 0 to 3! :D
Set "Count" to 1 to start counting and set it to 0 to pause the counter. Set "Increment/Decrement" to 1 to count up and 0 to count down.
4 bit Asynchronous Counter using JK FlipFlops