Skip to content

Streaming Interface of HLS modules

Tiziano De Matteis edited this page Oct 13, 2019 · 8 revisions

Each HLS module is implemented in one or multiple versions, currently stored in the blas/ folder. Each module receives and produces data using FIFO buffers (Intel channels). The interface (i.e. how data is received/produced, which tiling schema is supported, etc.), is described in the header of the corresponding implementation file.

In the following, we report the main details of the HLS modules interfaces.

Clone this wiki locally