Altera_Forum
Honored Contributor
17 years agoWrite to SRAM in vhdl; Then read into NIOS?
I would like to write data to a specific SRAM address using verilog (no nios) and then access that same memory address using the NIOS processor.
The main purpose for this is to execute a video processing algorithm in hardware, and then have the results posted into memory for access by the soft processor for main program execution. (Think vision system). Is this possible? How would it be best to synchronise my writes in hardware versus my reads in NIOS? Perhaps a shifting memory address such that I am reading from a different address than writing? I am using a DE2-70 board which I believe has multiple external SRAM chips. I would be glad for any pointers you can give. Thanks.