Forum Discussion
Altera_Forum
Honored Contributor
13 years agoVideo buffer/rate matcher
A picture is worth a 1000 words. what am I looking for ?? SDRAM, VRAM, SRAM, RAMmyhead, should I be looking for ?? My implementation is what is called a ''data buffer'', all data is write an...
Altera_Forum
Honored Contributor
13 years agoFrom what I gather, I could use some asynchronous SRAM and a memory controller that works in a sequential way. Or I could use some Flow through synchronous RAM, still reading on these.
The best way, simplest would be deep FIFO, but those chips are 50$ There is no sequential access memory that is 32 bit wide, si I have to overcomplicate things with random access memory and control it sequentially. Anybody agree with this solution ??