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
* Releasing CL_SDE software example to demonstrate how to use the Streaming Data Engine (SDE) DMA on small shell.
* Fixing the virtual ethernet PacketGen Dual Instance Loopback example to forward packets back to the PacketGen instance.
* Fixing DDR backdoor access in simulation.
Copy file name to clipboardExpand all lines: ERRATA.md
+1-6
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,7 @@ Shell errata is [documented here](./hdk/docs/AWS_Shell_ERRATA.md)
34
34
35
35
6. Simulation of the [HBM monitor interface](./hdk/docs/AWS_Shell_Interface_Specification.md/#hbm-monitor-interface) is not supported in this release. The HBM IP always passes initialization and remains in an operating state for all tests. Simulation support for the HBM monitor will be added in a future release.
36
36
37
-
7. AFIs created based on HDK XDMA shell or Vitis are not supported on F2
38
-
instances at this time.
39
-
40
-
8. The following ddr simulation backdoor test is not working with 64GB memory:
41
-
42
-
- test_ddr_peek_bdr_walking_ones
37
+
7. AFIs created based on HDK XDMA shell or Vitis are not supported on F2 instances at this time.
**Note**: The documentation and assets provided on this branch (and other branches prefixed with `f2`) are relevant to F2 instance type development only. F2 is the successor to F1. For F1 development, refer to [this branch](https://github.com/aws/aws-fpga/tree/master).
8
+
The documentation and assets provided on this branch (and other branches prefixed with `f2`) are relevant to F2 instances only.
8
9
9
10
The F2 FPGA Development Kit is a hardware-software development kit that enables developers to create accelerators for the high-performance accelerator cards on EC2 F2 instances. Using the development kit, you can architect, simulate, optimize, and test your designs.
10
11
@@ -16,6 +17,19 @@ For full documentation, including a user guide, code snippets, and tutorials, se
16
17
17
18
We are currently migrating our F2 documentation to comply with the ReadTheDocs standard. To familiarize yourself with the new layout, please [click here](https://awsdocs-fpga-f2.readthedocs-hosted.com).
18
19
19
-
## Support
20
+
# ❗Amazon EC2 F1 End of Life Notice❗
21
+
22
+
We are retiring the F1 instances on December 20, 2025.
23
+
24
+
Only existing F1 customers who have run F1 instances anytime between Dec 2023 - Dec 2024 can restart or launch new F1 instances. Effective December 20, 2025, F1 instances or access data stored on F1 instance local storage will be no longer available. Please transfer any needed data stored in F1 instance local storage before December 20, 2025.
|[f1_xdma_shell](https://github.com/aws/aws-fpga/tree/f1_xdma_shell)| 1.4.25+ |[FPGA Developer AMI 1.16.1 (Ubuntu)](https://aws.amazon.com/marketplace/pp/prodview-f5kjsenkfkz5u)|
29
+
|[f1_small_shell](https://github.com/aws/aws-fpga/tree/f1_small_shell)| 1.4.25+ |[FPGA Developer AMI 1.16.1 (Ubuntu)](https://aws.amazon.com/marketplace/pp/prodview-f5kjsenkfkz5u)|
30
+
31
+
# Support
32
+
33
+
For any issues with this developer kit documentation or code, please open a [GitHub issue](https://github.com/aws/aws-fpga/issues) with all steps to reproduce.
20
34
21
-
To raise an issue or receive support, please [open an issue on the official GitHub page](https://github.com/aws/aws-fpga/issues).
35
+
For questions, please open a [re:Postissue with the 'FPGA Development' tag](https://repost.aws/tags/TAc7ofO5tbQRO57aX1lBYbjA/fpga-development).
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# F2 Developer Kit Release Notes
2
2
3
+
## v2.0.6
4
+
5
+
* Releasing [CL_SDE software examples](./hdk/cl/examples/cl_sde/software/src/README.md) to demonstrate how to use the [Streaming Data Engine (SDE)](./sdk/apps/virtual-ethernet/doc/SDE_HW_Guide.md) DMA on [small shell](./User_Guide_AWS_EC2_FPGA_Development_Kit.md#aws-shells).
6
+
* Fixing the [virtual ethernet](./sdk/apps/virtual-ethernet/doc/Virtual_Ethernet_Application_Guide.md#packetgen-dual-instance-loopback) PacketGen Dual Instance Loopback example to forward packets back to the PacketGen instance.
7
+
* Fixing DDR backdoor access in simulation.
8
+
3
9
## v2.0.5
4
10
5
11
* Releasing instructions for using the Vivado GUI.
Copy file name to clipboardExpand all lines: docs-rtd/source/RELEASE-NOTES.rst
+21-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,26 @@
1
1
F2 Developer Kit Release Notes
2
2
==============================
3
3
4
+
.. _v206:
5
+
6
+
v2.0.6
7
+
------
8
+
9
+
- Releasing `CL_SDE software examples <./hdk/cl/examples/cl-sde/software/src/README.html>`__ to demonstrate how to use the `Streaming Data Engine (SDE) <./sdk/apps/virtual-ethernet/doc/Virtual-Ethernet-Application-Guide.html>`__ DMA for `small shell <./User-Guide-AWS-EC2-FPGA-Development-Kit.html#aws-shells>`__.
10
+
- Fixing the `virtual ethernet <./sdk/apps/virtual-ethernet/doc/SDE-HW-Guide.html>`__ PacketGen Dual Instance Loopback example to forward packets back to the PacketGen instance.
11
+
- Fixing DDR backdoor access in simulation.
12
+
13
+
.. _v205:
14
+
15
+
v2.0.5
16
+
------
17
+
18
+
- Releasing instructions for using the Vivado GUI.
19
+
- Updating virtual_ethernet_install.py to no longer require sudo when run.
20
+
- Updating f2_mgmt_example, load_multiple_fpga.c, to load AFIs in parallel.
21
+
- Updated ReadTheDocs theme.
22
+
- Added the "F2 Software Performance Optimization Guide" with techniques for f2.48xlarge instances
0 commit comments