Vitis Version used for AFI Development | Compatible Xilinx Runtime |
---|---|
2021.2 | AWS FPGA Developer AMI 1.12.x (XRT is pre-installed) or XRT |
2021.1 | AWS FPGA Developer AMI 1.11.x (XRT is pre-installed) or XRT |
2020.2 | AWS FPGA Developer AMI 1.10.x (XRT is pre-installed) or XRT |
2020.1 | AWS FPGA Developer AMI 1.9.x (XRT is pre-installed) or XRT |
2019.2 | AWS FPGA Developer AMI 1.8.x (XRT is pre-installed) or XRT |
- Launch an F1 instance using Centos 7, Ubuntu or Amazon Linux 2 AMI's.
- Build XRT on either your runtime or a similar instance using the XRT build steps.
- Install the XRT package on your runtime instance
- Source the runtime setup script:
$ source /opt/xilinx/xrt/setup.sh
- Run application to verify that it works:
$ ./helloworld ./vector_addition.awsxclbin
- You might want to add a link to the setup command:
/opt/xilinx/xrt/setup.sh
in the/etc/profile.d
path to be able to setup on start.
- Once you have your application running you should be able to create a Runtime AMI based your Runtime Instance as specified here.
- Please see Section 5 of the AWS Marketplace Seller's Guide for more details.