Forum Discussion
Altera_Forum
Honored Contributor
15 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
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- 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. --- Quote End --- " I have tried to run the above code but and they are executing successfully , the problem that is not that how do I assign the pins, auto assigning the pin gives a wrong output and when using the DE1 pin assignment how do i change the name as there is discrepancy in naming system " https://www.alteraforum.com/forum/attachment.php?attachmentid=6640