Hi everyone,
I have a design with two kernels made using Vitis HLS. The second design must start after the first one and use the result of the first one (single value). What would be the best interface to pass that argument and link them on Vivado? And how could I implement it in Vitis HLS?
At the moment I’ve tried to output in the first kernel using m_axi interface and input the second one using s_axilite, but the result is not what I’ve expected. I believe the first kernel is not giving the output at the end of the operations, but right at the begining.
Can anyone give me some help here?
Thank you very much