Altera_Forum
Honored Contributor
15 years agoFrame buffer stored frames
Hello,
Can any one confirm that the frame buffer stores two frames( in different two locations) in any time?where the writer component handle the first frame and the reader component handle the second frame. ex. frame0 at 0x500 & frame1 at 0x1000 then writer component writes to address 0x500 while the reader component reads from 0x1000 then the reader component reads from address 0x500 ,writer component writes to address 0x1000. kindly confirm Thank you