- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 :)Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page