Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to input an existing image file into the FPGA
I'm very new to FPGA's so I was wondering, what are the possible methods of entering an image into an FPGA device? I'm using a DE2 board by the way. I wish to place the image in a mass storage...
Altera_Forum
Honored Contributor
14 years agoI have done it ,I get a hex-data of *.bmp from MATLAB,and to initial a rom of DE2 device,then I read the image data from rom ,and display by VGA;I also have used SD to display ,that using niosII and filesystem,you can read the datasheet form altera official website.