-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility of U200-Designed xclbin / create_vitis_afi.sh with AWS F1 Instance and XRT API Usage #657
Comments
Hi @JinB1 We are not aware of any issues, with XRT APIs. Please let us know if your experiencing issues so we can help. |
Thank you for your response I am encountering an issue with xrtXclbinGetXSAName returning an error after loading the awsxclbin file. Here is the relevant part of my code: cpp int device_name_size; std::vector device_name(device_name_size); yaml [XRT] ERROR: No such xclbin handle: Invalid argument |
Hello,
I synthesized a Verilog/SystemVerilog project designed for U200 using the xilinx_aws-vu9p-f1_shell-v04261818_201920_3.xpfm platform to generate an xclbin file. I then used /home/centos/aws-fpga/Vitis/tools/create_vitis_afi.sh to create an AFI from the xclbin file. Will this work without issues on an F1 instance with the vu9p platform?
So far, I’ve successfully created the AFI and uploaded it to the F1 instance. Currently, I’m testing to confirm if it operates as expected.
Additionally, I’d like to know if there are any potential issues when using XRT APIs, such as xrtKernelWriteRegister, on the FPGA.
Thank you.
The text was updated successfully, but these errors were encountered: