Closed zyt1024 closed 1 year ago
Hi @zyt1024, I hope you are having a wonderful day.
Are you using Vitis?
Unfortunately, the project is not compatible with Vitis and it needs quite a lot of refactoring for that to work since most of the compiler options and directive formats for Vitis have been changed compared to SDx, without backward compatibility.
The project is developed and tested on CentOS 7.6
and Xilinx SDAccel 2019.1
.
Also, you can use test/kerneltests
to validate the kernels and their results.
Hi @zyt1024, I hope you are having a wonderful day.
Are you using Vitis?
Unfortunately, the project is not compatible with Vitis and it needs quite a lot of refactoring for that to work since most of the compiler options and directive formats for Vitis have been changed compared to SDx, without backward compatibility.
The project is developed and tested on
CentOS 7.6
andXilinx SDAccel 2019.1
.Also, you can use
test/kerneltests
to validate the kernels and their results.
Hi, Thanks, I am using Vitis2021.1, and next I will try to see if Vitis2019.2 is feasible,
Any update @zyt1024 ? I still suggest using SDAccel 2019.1 to build and run the project out of the box without any refactoring.
Dear @zyt1024,
I am closing this issue for now, please feel free to re-open it if I could be of any assistance.
Hello, when I execute
make compile_swemu
,the following error occurs:The code specified in the error log that I checked is as follows: code