Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- (I assume your work is video based from previous posts) --- Quote End --- True, But i need the images to be stored at the same time in one memory. Can't buffer a whole image in BlockRam, so i buffer in FIFO's first. Then i write the fifo with the most data into the memory untill that one is empty. Then i go one with the next one. Reading the fifo's at the same time (like u suggested) would imply parrallel writing to the memory what isn't possible in my case. (well it's possible to write 2 bytes at one time but it would be to the same adress)