Altera_Forum
Honored Contributor
11 years agogenerate waveform output on FPGA
I am trying to store a sampled waveform onto FPGA, which I could then output to feed a chip. Previously, the number of samples was relatively small (approx 150k).
But I now need to store about 3 million samples. So I don't think it's possible to store this as a ROM on FPGA. So what is the alternative? Can the waveform be written to a text file then stored on SDRAM? How would I do this?