Forum Discussion

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

load image

Bonjour,

Je veux charger une image sur une FPGA cyclone III.

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

merci d'avance :)

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.