Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers

load image

Altera_Forum
Honored Contributor II
1,255 Views

Bonjour, 

Je veux charger une image sur une FPGA cyclone III. 

Existe-t-il un moyen de faire ça? 

merci d'avance :)
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
518 Views

hi 

i want to load an image in FPGA. 

How i can do it?
0 Kudos
Altera_Forum
Honored Contributor II
518 Views

Hello Rose, 

 

You might convert your image into a hex file, and instantiate a memory with that hex file.  

 

I would generate a 32bit memory, where each slot is used for one pixel (Y-Cb-Cr channels-each 8 bits (24 bits in total), 8 bits redundant). 

 

I hope this helps. 

Cheers.
0 Kudos
Reply