Altera_Forum
Honored Contributor
10 years agoAccessing SRAM from NIOS and Verilog Module
Hi,
I have implemented the Web Server example on the DE2-115 and modified it a bit to send data over ethernet to the DE2-115 board and store it in the SRAM. This data is around 1Mbit . Next I want to send this data to the GPIO headers of the DE2-115 on a trigger signal. I want to send the data on the rising edge of the clock signal I recieve on SMA CLKIN. All I need for this is a simple verilog code that transfers data from SRAM to the GPIO pins. The SRAM is accessed by the NIOS processor but I want to use hardware to transfer data from the SRAM to the pins since I want a faster transfer rate than NIOS can achieve. Do I need to use SGDMA or is there a simpler solution for this? Any help would be appreciated. Thanks!