Altera_Forum
Honored Contributor
14 years agomultiple read pointers on SDRAM
I'm using the DE2 board and can successfully write and read back audio samples from the SDRAM. I can now control the location of the read pointer for delays etc- basic stuff for you lot but pretty fun for me :)
What i'm trying to do now is create multiple read pointers i.e taps at so many samples (or memory locations) apart. I've spent a lot of time trying out different ideas to get this to work but i've run out of ideas now and i need a bit of help. The SDRAM is instantiated in SOPC builder and i've created a memory mapped master component to interface my VHDL read/writes etc. Is this even possible with what i've got and the way i'm implementing the sdram?