Error when execute dpc++ code to fpga.

Error when execute dpc++ code to fpga.
Error when execute dpc++ code to fpga.


I comply with the instruccions to execute pattern Hough_Transform_on_FPGAs_Using_oneAPI/03_FPGA_Bitstream_Compilation_Using_the_Intel_FPGA_Add-On_for_oneAPI_Base_Toolkit, however picture fpga have error. I’m utilizing jupyter pocket book.

build_fpga_bitstream.sh

#!/bin/bash
supply /decide/intel/inteloneapi/setvars.sh
export PATH=/glob/intel-python/python2/bin:$PATH
export QUARTUS_ROOTDIR_OVERRIDE=$QUARTUS_PRIME_192
icpx -fsycl -fintelfpga -Xshardware -Xstarget=arria10 src/bitstream/essential.cpp src/bitstream/hough_transform_kernel.cpp -o bin/bitstream/hough_transform_live.fpga

##########################################################################

! /bin/echo “##” $(whoami) is performing Hough Remodel bitstream buil.
!qsub -l nodes=1:fpga_compile:ppn=2 -l walltime=12:00:00 -d . util/build_fpga_bitstream.sh

run_fpga_bitstream.sh

#!/bin/bash
./bin/bitstream/hough_transform_live.fpga

#########################################################################

! /bin/echo “##” $(whoami) is operating Hough Remodel FPGA picture.
!qsub -l nodes=1:fpga_runtime:arria10:ppn=2 -d . util/run_fpga_bitstream.sh

KatariTF_0-1716065436882.png

KatariTF_1-1716065453677.png

 

 

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *