Altera_Forum
Honored Contributor
14 years agopong game
i tried to run pong game in fpga prototyping with vhdl examples book chapter 13 but i couldn't run that can you help me
I think your error is self explanitory.
You cannot write to an input port. You need to make it an output. Also, outputs cannot be read internally. Either make it a buffer (like it suggests) or use an internal signal.