naavid
Newbie level 6
- Joined
- Dec 22, 2012
- Messages
- 11
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,348
4 bit ripple counter using four D flip flops without using other components. Can you please help.........
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Config each DFF as a divide by 2 - i.e. connect Q/ to D and input clock to CLK.
Now connect them in series - Q1 - CLK2, Q2-CLK3, .... and so on.
And there you are !! A 4 bit binary counter