Altera_Forum
Honored Contributor
14 years agoFrame Buffer IP stops output during first frame. No EOP
Hi!
I haven't found any posts describing my problem, which is : I have a Frame Buffer IP. In QSYS, it's configured to support maximum 1280x720 pixels. I actually transmit 640x480 pixels for simulation purposes. Each pixel is 24 bits. - During simulation, I can see all pixels arriving OK into the Av-ST din port. - They are all stored OK in external RAM model via the write_master port, and - they are all read OK from the external RAM model. problem : All pixels are output OK, except that the last three pixels are never sent. No EOP is transmitted. The Frame Buffer doesn't ever continue, even though more frames are incoming. - I have verified that the Frame Buffer receive a correct control packet before this frame. - I can see that there is no backpressure problem, the dout_ready is always high. - I can see that the last 3 pixels are read out from memory. They have the values 0x000BFE, 0x000BFF and 0x000C00. Has anyone else found that their Frame buffer IP stops before finishing the first frame? Best regards, Steffen