From 904300f861047568a315fd3cf90f6cd0e33635a0 Mon Sep 17 00:00:00 2001 From: ChangLiu Date: Wed, 8 Jul 2020 09:34:30 +0800 Subject: [PATCH] Update README.md Fix table error in Overview of Development Tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a771195a8..87e6dd016 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ The AWS EC2 FPGA Development Kit is provided by AWS to support development and r | Tool | Development/Runtime | Tool location | Description | | --------|---------|---------|---------| -| Vitis 2019.2 Development | [FPGA Developer AMI](https://aws.amazon.com/marketplace/pp/B06VVYBLZZ) | Used for [Software Defined Accelerator Development using the new Vitis toolset](Vitis/README.md) | +| Vitis 2019.2 | Development | [FPGA Developer AMI](https://aws.amazon.com/marketplace/pp/B06VVYBLZZ) | Used for [Software Defined Accelerator Development using the new Vitis toolset](Vitis/README.md) | | Vivado 2017.4, 2018.2, 2018.3, 2019.1 & 2019.2 | Development | [FPGA Developer AMI](https://aws.amazon.com/marketplace/pp/B06VVYBLZZ) | Used for [Hardware Accelerator Development](hdk/README.md) | | SDx 2017.4, 2018.2, 2018.3 & 2019.1| Development | [FPGA Developer AMI](https://aws.amazon.com/marketplace/pp/B06VVYBLZZ) | Used for [Software Defined Accelerator Development](SDAccel/README.md) | | FPGA AFI Management Tools | Runtime | [SDK - fpga\_mgmt\_tools](sdk/userspace/fpga_mgmt_tools) | Command-line tools used for FPGA management while running on the F1 instance |