Divide by N counter where N is odd integer

Status
Not open for further replies.

ishan.dalal

Newbie level 5
Joined
Mar 6, 2014
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
66
Hi Guys,


I understood divide by 3 counter. I was wondering if there's a generalized method to implement Divide By N counter where N is ODD like 5, 7, 9 and so on.


Thanks in advance:smile:
 

Well one method that would allow for creating general purpose parameterized module would be to use the same approach of the shift register (like your other post) with the all zeros condition generating the initial pulse and the length of the shift register would be one less than the N value.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…