Forum Discussion

kiran's avatar
kiran
Icon for New Contributor rankNew Contributor
2 hours ago

Error faced while executing on Agilex FPGA board....

Hi team,

I have been implementing and trying to port python model on Agilex 7- FPGA I series - board

I have successfully installed Open vino (2024.6) and FPGA AI suit (2025.3) in my host pc

Using Openvino I am able to create IR files and compiled graphs using FPGA AI suit.

My next step is I copied files into SD card and i am trying to run on FPGA.

I am using below command to check performance of my Python model in FPGA...

      ./dla_benchmark -cm Performance.bin -d HETERO:FPGA -i ./input_bins -bin_data -niter 1000 -       nthreads 4 -pin YES -pc -pcsort sort -plugins=./model_opt_4_snr_20_50_ds_5_805.xml -report_folder ./reports_pc -stream_output

Please check the screenshot attached for the error...

Request you to suggest me for the solution