DMA for float array

Hi @Pynq_userrrr,

You may want to have a look at Cathal’s DMA tutorial Tutorial: using a HLS stream IP with DMA (Part 1: HLS design)

Regarding your issue, I do not see the code to star the HLS IP.

You may also want to review the documentation about the pipeline directive, and the concept of Initiation Interval (II). Vitis HLS should be returning a warning in regards to this directive #pragma HLS PIPELINE II=0.

Mario

1 Like