Forum Discussion
Altera_Forum
Honored Contributor
8 years agoVerilog coding help
Hi I have a ep4ce6 fpga board and I am trying to make a counter that counts up to 2_999_999_999.I don't know why it's not working. Here is the code: (I am trying to make a 1 sec timer) What am ...
Altera_Forum
Honored Contributor
8 years ago@saleem,
You might find this article about handling timing within an fpga (http://zipcpu.com/blog/2017/06/02/generating-timing.html), or here regarding how to do debugging with an led (http://zipcpu.com/blog/2017/05/24/serial-port.html). Both will discuss some of the issues you are having. As a very first design for a board, I also once used this design to determine the clock speed (http://zipcpu.com/blog/2017/05/19/blinky.html) of the incoming clock to a board I had (100MHz--although the schematic had said 25MHz). Hope these help, Dan