Input / output interface - 2024.1 English

Vitis Libraries

Release Date
2024-08-06
Version
2024.1 English

For easy connection with other HLS components, most of the security library L1 API takes hls::stream interface. For APIs that could take variable length of input, an API includes either scalar parameter for input length or end flag stream working with data stream in a 1:1 fashion to tell if this is the last block of input data. For details of interface definition and how padding happens in the stream interface, refer to the documentation and corresponding test cases.