muzammil007
Newbie level 5
- Joined
- Jul 22, 2013
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 93
Hey Guyz,
I am a newbie in the world of FPGA and HDL. I am using verilog as my HDL to code.
I am facing a problem. I am using a clock of 50 Mhz in my design and using clock divider I am reducing my clock to 1Hz.
Now the problem is want to connect this 1Hz output to my counter which I have designed( it counts from 00 to FF) and then I have
a hex to seven segment decoder which takes this count and displays it in seven segment.
How do I connect all these three blocks i.e. clock divider, counter and decoder so that my seven segment can display from 00 to ff.
If anybody needs the code, I can provide it if somebody can help me with the code.
Regards
Maxx
I am a newbie in the world of FPGA and HDL. I am using verilog as my HDL to code.
I am facing a problem. I am using a clock of 50 Mhz in my design and using clock divider I am reducing my clock to 1Hz.
Now the problem is want to connect this 1Hz output to my counter which I have designed( it counts from 00 to FF) and then I have
a hex to seven segment decoder which takes this count and displays it in seven segment.
How do I connect all these three blocks i.e. clock divider, counter and decoder so that my seven segment can display from 00 to ff.
If anybody needs the code, I can provide it if somebody can help me with the code.
Regards
Maxx