Forum Discussion
marqs_ic
New Contributor
4 years agoClocked Video Input II vid_datavalid width is 1 regardless of pixels in parallel parameter
Hi,
I'm feeding oversampled video into CVI II IP and trying to make it only read every Nth pixel. There seems to be vid_datavalid signal for exactly this purpose, but its width does not get expand...
- 3 years ago
Hi marqs_ic,
Good day.
Thank you for your input.
Will convey it to our internal team on this.
Do you still have further inquiries on this issue?
If there is no further question, I will transition this thread to community support.
Thank you.
Best Regards,
ZulsyafiqH_Intel
marqs_ic
New Contributor
3 years agoThe design is available on github here. As mentioned above, the issue is worked around by only storing valid samples in FIFO (dc_fifo_in_inst) and reading N samples (2 in this project) at once when available. CVI datavalid is asserted for the cycle following FIFO read request (i.e. when new data gets output).