Forum Discussion
Altera_Forum
Honored Contributor
9 years agoFPGA Counter Catch Eight game(error 10476, error 10558)
hi, im new to VHDL coding as im still learning the basics, i need to design a counter catch eight game and i have done the code but it shows and error and i am not able to solve it. it will be ver...
Altera_Forum
Honored Contributor
9 years agoThe 3rd port of your 'Counter' module is an 'unsigned' signal type and you're trying to connect 'clock_output', a 'std_logic' signal to it.
Cheers, Alex