Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- kaz, yes pulses are equal in period, like,, i need to stop it at some point, say 50 pulses...however i dont know how to do it , u have any idea? --- Quote End --- 50 pulses each n clocks (per pulse period) then you need to count 0 ~ 50n-1. reset counter at start and then enable counter when pulse is high only. I don't see what is so hard about it.