i need help in my project which is a counter that counter up or down
fron 0 to 20
i alraedy did my counter code and its working will in active HDL
but know i need to show the numbers in 7segment in nexys 3 fpga board
i have the codes of the segment but i have a problem when i call the
module of segment , it is giving me an error in active HDL
can you please tell me what is the error
i am attaching my code and also writing it here
this is my current code :
Basim Sheikh wrote:> it is giving me an error in active HDL> can you please tell me what is the error
Can you please tell the ERROR MESSAGE and the corresponding line?
Basim Sheikh wrote:> this picture is showing the error line and MESSAGE
A syntax error is the most simple error that can occur. It shows up,
when some character are not in the expected order. The compiler tells
you, whats wrong. Correct it and try again. This extremely simple error
here you must solve on your own. The necessary process is called:
LEARNING!
I'm the VHDL man, and I don't know Verilog. But it took me less than 1
minute and a Google search
https://www.google.de/search?q=verilog+port+list to figure out whats
leading to this error. Try this here: