Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI want to make sure I understand the problem correctly.
You have samples and you need to write these samples into SDRAM using Verilog not the NIOS. I know that NIOS can write into SDRAM. So, you can pass these signals from Quartus to NIOS using SOPC. Then NIOS can do the writing for you. However, NIOS reading rate is slow and varying. So, the sampling accuracy will be bad. So, I recomend to sample and write into SDRAM using Verilog Quartus. Then NIOS can read from SDRAM to do your signal processing. The question now is how Verilog do the wrting into SDRAM??? Actually, I still search about it. So, lets work in this issue together. OK