Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)

VHDL help

Altera_Forum
名誉分销商 II
1,256 次查看

Hello everyone,  

I am trying to design pong game and I have written the code but unfortunately it does not display on the VGA screen. 

I'm using (quartus II 15) and board DE2- 115. please can anyone help me on this.  

Note, I have attached the code which I used in attachment.  

Thanks in advance :)
0 项奖励
1 回复
Altera_Forum
名誉分销商 II
514 次查看

First question, have you got a test bench? Have you tried it in a simulator? This is the way to test and debug your design 

 

Secondly, you cannot have counters in asynchronous processes. If the conditions to increase the count are meet, you're expecting the circuit to increment the count an infinite number of times in zero time. Counters have to be in synchronous processes.
0 项奖励
回复