Forum Discussion
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
4 Replies
- kiran
New Contributor
- JohnT_Altera
Regular Contributor
Hi,
May I know if you are able to share with me the step to duplicate the issue?
- JohnT_Altera
Regular Contributor
Hi,
Can you share with me the step that you use to create your runtime application for the FPGA AI Suite? As I need to understand why it mention the FPGA name is not registered. - haoyanwa
New Contributor
Hi, please make sure that you pass the correct plugin XML file to -plugins. The one currently being used is your OpenVINO model IR ./model_opt_4_snr_20_50_ds_5_805.xml. The plugin file is plugins.xml and it should be in the same folder as the dla_benchmark executable.