Forum Discussion
Altera_Forum
Honored Contributor
11 years agoConsider converting the VCD to a binary format on the PC, loading that in the SDRAM, and then use a DMA channel to push that to your pins. One option would be to DMA into a DCFIFO with the write-side operating at the SDRAM clock rate, and the read-side operating at your desired 32ns period with the rdreq always '1'. Theres lots of different ways you could do it, this is just one idea.