Luigi_Leonardo
New Contributor
5 years agoframe buffer writer and reader only mode
Hi dear,
I'm triyng to realize a system in which one frame buffer (write mode), stores data in one external memory. Then by the NIOS I would like to buffer this data in another area of memory and then by a second frame buffer (read mode) I would like to send this frame to the CVO.
The pipe should be something like this TPG - w_frame_buffer - NIOS - r_frame_buffer - cvo.
Does some example design exist like this?
I'm at the moment reading the writer frame buffer from nios. But I'm not able to generate a correct stream video by the reader frame buffer.
Thanks