- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. I am trying to come up with a simple graphic game with text using DE1. i got the game going but it seems i have a problem with my character rom. I am newbie in rom and ram usage. how to test if the rom is getting the data from the mif file? i used an mif file which was working earlier in another project. any link or help on using rom and ram will be appreciated. thnx
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@bbgil
A common problem when using the MegaWizard to generate a ROM is that the .mif or .hex file you originally added in your project-directory is overwritten by MegaWizard. For solutions see discussion: http://www.alteraforum.com/forum/showthread.php?t=5853 Hope this helps- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sanmao,
thanx for the info. great help. i corrected it and i adjust some X and Y setting for the VGA controller. text appears now. to improve it, i want to make the numbers count up everytime a player score. any ideas? i plan to design a state machine involving counters. thnx.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@bbgil
you can do this by detecting the place on the screen where you want to display the score (I assume this is the X and Y you are talking about), using your score counter register to drive the character-rom at these places.
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