Altera_Forum
Honored Contributor
15 years agoProcessing images in SRAM(DE2 board)
Hello, I've been having some problems trying to process images that I load in the SRAM of the DE2 board, what I do is that I use the DE2 control panel in order to easily load the greyscale raw data of the image that works just fine, to do that I need to first use the programmer in Quartus II to load the file DE2_USB_API.sof.
But then after loading the image I need to read it using another program I made using VHDL, so I need to use the programmer again to load another .sof file to the board, by doing this I have found that the SRAM is deleted and therefore I cant read any images because there is no image to read. So I was wondering if there is a way to load 2 .sof files at the same time, I tried using the Convert Programming files tool but the .pof files generated cant seem to be programmed into my board using JTAG since I dont have any of the supported devices, the FPGA I'm using the EP2C35F67C26 Cyclone II. If this is not possible I would really appreciate if someone knows a solution to this problem I have. Thanks in advance.