Forum Discussion
Altera_Forum
Honored Contributor
17 years agoTaking image as input
Hello friends.....i am trying to do image processing using DE2 board in verilog hdl and i had written the code...but i got stucked at taking image as input and to load it into the memory on the board...
Altera_Forum
Honored Contributor
17 years agoI agree with parrado, and another way could be to instantiate an ALTSYNCRAM block and use it as a ROM (it is a possibility offered by the MegaWizard). The ROM should be initialized by a MIF file and the ROM cells should be read sequentially by building a simple external verilog code that generates the addresses that are sent to the read_addr port of the ALTSYNCRAM block.
It is a simple job, just try it out and tell us if you encounter problems.