Hi Michael,
--- Quote Start ---
My ADC is sampling at 65MHz. i am trying to capture 2MB(1024000 samples) of ADC data and send to through QuickUSB at 30MB/s, and graph it on my laptop using Matlab.
--- Quote End ---
What is the bit-width of the ADC?
--- Quote Start ---
Do you think NIOS 2 is capable of handling 65MHz data? or the SRAM controller is running at slower speed than 65MHz?
--- Quote End ---
The NIOS II never actually touches the ADC data, its just there to coordinate movement of the data.
The key design parameter is whether you can find a memory target that can maintain a sustained data transfer rate of 65MHz x ADC bit-width.
You'll need to see whether the SRAM or SDRAM on the DE-115 can handle that data rate.
Cheers,
Dave