surerdra
Junior Member level 1
- Joined
- Feb 15, 2014
- Messages
- 18
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 3
- Activity points
- 237
how to generate 400 hz square signal using 20Mhz fixed clock signal, using simple logic vhdl programming
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.
Use the PLL / DCM in your fpga. How? Please read the documentation for your fpga, it will tell you all about the PLL / DCM capabilities for your specific fpga.
What is the purpose for this 400 Hz signal?how to generate 400 hz square signal using 20Mhz fixed clock signal, using simple logic vhdl programming
Why 25000-mod counter ? to get 400 Hz we need 50000-mod counter right ..?
A 25000-count counter for an 800 Hz toggle rate, maybe a couple of flip flops to fan out, and we have 400 Hz clock enable.