Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
17 years ago

[DE2-Help] Putting images in SRAM or FLASH, then displaying them on VGA Output

Hello everyone,

I am having trouble understanding how to first of all put images into memory (a.k.a. how do I upload them from my computer) and then being able to access them using Verilog in order to display them using the vga controller. My vga controller works and I am able to draw things manually but it is hard to create complex designs this way.

AKA.

Image 1-4 are in memory

If(state == 00)

draw image 1 at some x & y location

else if(state == 01)

draw image 2 at some x & y location

and so on..

If anyone could help me it would be most appreciated.

Thanks,

Pachu

Edit: - Also.. I do not want to implement this using NIOS unless that is the only way.

15 Replies