You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQs.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ The developer can create multiple AFIs at no extra cost, up to a defined limited
107
107
108
108
**Q: What regions are supported?**
109
109
110
-
AWS FPGA generation and EC2 F1 instances are supported in us-east-1 (N. Virginia), us-west-2 (Oregon) and eu-west-1 (Ireland).
110
+
AWS FPGA generation and EC2 F1 instances are supported in us-east-1 (N. Virginia), us-west-2 (Oregon), eu-west-1 (Ireland) and us-gov-west-1 (GovCloud US).
111
111
112
112
113
113
@@ -205,6 +205,10 @@ Yes. Developers are free to use any IP blocks within the Custom Logic region. Th
205
205
206
206
207
207
## Getting Started
208
+
**Q: What AWS knowledge do I need to learn before I can develop accelerators and run on AWS F1 instances?**
209
+
210
+
[AWS Getting Started Resource Center](https://aws.amazon.com/getting-started/) has lots of resources to help developers get started. For F1 development, launching linux virtual machines (EC2) and storing and retrieving files from S3 are required skills.
211
+
208
212
**Q: What do I need to get started on building accelerators for FPGA instances?**
209
213
210
214
Getting started requires downloading the latest HDK and SDK from the AWS FPGA GitHub repository. The HDK and SDK provide the needed code and information for building FPGA code. The HDK provides all the information needed for developing an FPGA image from source code, while the SDK provides all the runtime software for managing the Amazon FPGA Image (AFI) loaded into the F1 instance FPGA.
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+7
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,13 @@
26
26
* 1 DDR controller implemented in the SH (always available)
27
27
* 3 DDR controllers implemented in the CL (configurable number of implemented controllers allowed)
28
28
29
+
## Release 1.3.6 (See [ERRATA](./ERRATA.md) for unsupported features)
30
+
* Simulation model bug fix for transfer size of 64 bytes
31
+
* Xilinx 2017.1 Patch AR70350 - fixes report_power hangs. Patch is automatically applied during setup scripts using MYVIVADO environment variable
32
+
* Updated synthesis scripts with -sv option when calling read_verilog
33
+
* Added documentation on us-gov-west-1 (GovCloud US)
34
+
* Minor EDMA driver fixes and improvements
35
+
29
36
## Release 1.3.5 (See [ERRATA](./ERRATA.md) for unsupported features)
30
37
*[Amazon FPGA Images (AFIs) Tagging](hdk/docs/describe_fpga_images.md) - To help with managing AFIs, you can optionally assign your own metadata to each AFI in the form of tags. Tags are managed using the AWS EC2 CLI commands create-tags, describe-tags and delete-tags. Tags are custom key/value pairs that can be used to identify or group EC2 resources, including AFIs. Tags can be used as filters in the describe-fpga-images API to search and filter the AFIs based on the tags you add.
31
38
*[EDMA driver fixes and improvements](sdk/linux_kernel_drivers/edma/README.md), including polled DMA descriptor completion mode which improves performance on smaller IO (<1MB)
Copy file name to clipboardExpand all lines: hdk/cl/examples/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To install the AWS CLI, please follow the instructions here: (http://docs.aws.am
24
24
25
25
$ aws configure # to set your credentials (found in your console.aws.amazon.com page) and default region
26
26
27
-
Use the aws-cli [region](http://docs.aws.amazon.com/cli/latest/userguide/cli-command-line.html) command line argument to override the profile default region. Supported regions include: us-east-1, us-west-2and eu-west-1
27
+
Use the aws-cli [region](http://docs.aws.amazon.com/cli/latest/userguide/cli-command-line.html) command line argument to override the profile default region. Supported regions include: us-east-1, us-west-2, eu-west-1 and us-gov-west-1.
28
28
29
29
### 1. Pick one of the examples and move to its directory
30
30
@@ -183,7 +183,7 @@ The FPGA Management tools are required to load an AFI onto an FPGA. Depending o
183
183
```
184
184
To install the AWS CLI, please follow the instructions here: (http://docs.aws.amazon.com/cli/latest/userguide/installing.html).
185
185
```
186
-
$ aws configure # to set your credentials (found in your console.aws.amazon.com page) and instance region (us-east-1, us-west-2or eu-west-1)
186
+
$ aws configure # to set your credentials (found in your console.aws.amazon.com page) and instance region (us-east-1, us-west-2, eu-west-1 or us-gov-west-1)
0 commit comments