Closed
Description
Hello,
in the last couple of months I've been working with the hls4ml framework and the PYNQ implementation is just simple and easy to use.
I decided to work on Alveo-Pynq implementation exploiting Vitis to produce a .xclbin file that contains the hls4ml IP with axi_stream interface.
I followed the instructions provided by Xilinx at this link and I've come up with somewhat of an automated procedure to do the same mimicking the work done on the Pynq-z2 board.
I forked the release 0.6.0
and add my codes, the specific branch can be found here.
I did not run any test of the /test
section yet, but I run some code in this repository to evaluate the overall stability.
If I wish to contribute which test should I run/produce?
Thanks