Skip to content

Commit e2df072

Browse files
deeppatAWSwinefred
authored andcommitted
Customer feedback (#29)
* Removing FAQ.md as it's contents are added to FAQs.md * Fixing the link for Getting started with CL examples
1 parent def272d commit e2df072

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

FAQ.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

hdk/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Join the chat at https://gitter.im/aws/aws-fpga](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aws/aws-fpga?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66

7-
AWS FPGA HDK is the official kit for developing an Amazon FPGA Image (AFI) which can be loaded on FPGAs in FPGA-enabled EC2 instances (i.e. F1 Instance).
7+
AWS FPGA HDK is the official kit for developing an Amazon FPGA Image (AFI) which can be loaded on FPGAs in FPGA-enabled EC2 instances (i.e. F1 Instance).
88

99
Check out the [release notes](../RELEASE_NOTES.md) for information about the latest bug fixes, updates, and features added to the HDK.
1010

@@ -42,7 +42,7 @@ The AWS FPGA HDK can be cloned to your EC2 instance or server by executing:
4242

4343
### Try out a "Hello World" example and others
4444

45-
The [Getting started with CL examples](./cl/examples/Getting_Started_With_CL_Examples.md) walks you through how to build, register, and use an AFI.
45+
The [Getting started with CL examples](./cl/examples/README.md) walks you through how to build, register, and use an AFI.
4646
The [Hello World readme](./cl/examples/cl_hello_world/README.md) provides the steps to build an AFI from the provided Hello World example CL, and how to load it on an F1 instance.
4747
Other examples are available in the [examples directory](./cl/examples), each with its own README.md file.
4848

@@ -77,7 +77,3 @@ The HDK does not currently support chipscope debug, but this will be enabled in
7777

7878
### Does the HDK support dynamic Partial Reconfiguration?
7979
The HDK supports dynamic partial reconfiguration (PR) of the Custom Logic. Each AFI is actually a partial bitstream, and AFI's can be swapped during operation. Using [FPGA Management Tools provided by the SDK](../sdk/management/fpga_image_tools), the users can load/unload AFIs from within the instance. **NOTE: Users can only load/unload AFI-id(s) that have been associated a priori to the instance-id or the AMI-id**
80-
81-
82-
83-

0 commit comments

Comments
 (0)