Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Add 2021.1 AWS Packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Aug 6, 2021
1 parent e342356 commit c6eb53a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions filter_plugins/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@
# https://github.com/aws/aws-fpga/blob/master/SDAccel/docs/XRT_installation_instructions.md
_AWS_BASE_URL = "https://aws-fpga-developer-ami.s3.amazonaws.com/"
_AWS_PACKAGES = {
"2021.1": {
"RedHat": {
"2": "1.11.0/Patches/XRT_2021_1/xrt_202110.2.11.0_2-x86_64-xrt.rpm",
"7": "1.11.0/Patches/XRT_2021_1/xrt_202110.2.11.0_7.9.2009-x86_64-xrt.rpm",
},
},
"2020.2": {
"RedHat": {
"2": "1.10.0/Patches/XRT_2020_2/xrt_202020.2.8.0_2-x86_64-xrt.rpm",
Expand Down

0 comments on commit c6eb53a

Please sign in to comment.