Altera_Forum
Honored Contributor
13 years agoSharing access to SDRAM between NIOS and hardware
I want to develop a system where nios would run on and read data from the RAM, but i want to store a constantly updating data on the RAM using hardware. Is is possible to implement such a system on Cyclone II ? Will there be any conflict if both system wants to access the RAM at the same time? Also, if I have to create a memory controller in SoPC builder for NIOS- do i (or can I) access the same controller in my verilog codes, or create another one to interface with the hardware part?
I am new to FPGA systems, so any hints on where to start, or anything that should be known beforehand to implement such a system without arousing conflict in the RAM will be welcome. MY TARGET: My project is to build a pretty simple video processing system where I want to get the data from the TV decoder, and do the processing work in the nios system. But getting the data directly using the microprocessor would be inefficient I believe, so I wanted to store the data directly into the ram. Thank you.