You must login before you can post a comment.
Author: Görkem Günel
Forked from: user1234/2-bit counter, limited to 3 numbers (0,1,2)
Project access type: Public
Description:
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.
Created: Jan 21, 2022
Updated: Aug 27, 2023
Comments