by support »
Hello,
Xillybus provides a FIFO stream which is used by the HLS system. There is no API for skipping data on a FIFO, and since Xillybus talks with application logic through FIFOs, there's no API for skipping data.
I don't know if HLS allows skipping incoming data -- it's an issue to ask the Xilinx guys about. But my hunch is that it's not possible, and neither would it speed up things: The logic would have to scan through the ignored data elements anyhow, even if the C code would look slightly more elegant.
Regards,
Eli