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
* FPGA developer kit now supports Xilinx Vivado/Vitis 2020.1
* Updated Vitis examples to include usage of Vitis Libraries.
* Added documentation and examples to show Xilinx Alveo design migration to F1.
* Removed support for Xilinx toolsets 2017.4, 2018.2 and 2018.3.
Copy file name to clipboardExpand all lines: ERRATA.md
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ If the check fails, the design is susceptible to the issue and will need to be r
20
20
For designs under development, we recommend applying the patch to your on-premises tools or update to developer kit v1.4.15.
21
21
For additional details, please refer to the [Xilinx Answer Record #73068](https://www.xilinx.com/support/answers/73068.html)
22
22
23
+
We recommend using [Developer Kit Release v1.4.15a](https://github.com/aws/aws-fpga/releases/tag/v1.4.15a) or newer to allow for patching and fixing the DDR4 IP timing exception by re-generating the IP.
24
+
23
25
### 2019.1
24
26
* Vivado `compile_simlib` command fails to generate the following verilog IP libraries for the following simulators.
25
27
* Please refer to the Xilinx Answer record for details.
Copy file name to clipboardExpand all lines: FAQs.md
+25-4
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ AWS designed its FPGA instances to provide a developer experience with ease of u
29
29
30
30
- AWS provides cloud based debug tools: [Virtual JTAG](./hdk/docs/Virtual_JTAG_XVC.md) which is equivalent to debug using JTAG with on-premises development, and Virtual LED together with Virtual DIP Switch emulation the LED and DIP switches in typical development board.
31
31
32
-
- For developers who want to develop on-premises, Xilinx provides an [on-premises license](./hdk/docs/on_premise_licensing_help.md) that matches all the needed components needed to be licensed for F1 development on premises.
32
+
- For developers who want to develop on-premises, Xilinx provides an [on-premises license](docs/on_premise_licensing_help.md) that matches all the needed components needed to be licensed for F1 development on premises.
33
33
34
34
- The developers' output is a Design Checkpoint (DCP) and not an FPGA bitstream: The FPGA bitstream is actually generated by AWS after the developer submits the DCP.
35
35
@@ -185,7 +185,7 @@ AWS prefers not to limit developers to a specific template in terms of how we ad
185
185
186
186
If you decide to use the [FPGA Developer AMI on AWS Marketplace](https://aws.amazon.com/marketplace/pp/B06VVYBLZZ), Xilinx licenses for simulation, encryption, SDAccel and Design Checkpoint generation are included at no additional cost.
187
187
188
-
If you want to run using other methods or on a local machine, you will need to obtain any necessary licenses, specifically you will need to have setup the appropriate Xilinx Vivado license. For more details, please refer to [On-premises licensing help](./hdk/docs/on_premise_licensing_help.md)
188
+
If you want to run using other methods or on a local machine, you will need to obtain any necessary licenses, specifically you will need to have setup the appropriate Xilinx Vivado license. For more details, please refer to [On-premises licensing help](docs/on_premise_licensing_help.md)
189
189
190
190
191
191
**Q: Does AWS provide physical FPGA boards for on-premises development?**
@@ -492,7 +492,7 @@ Parent process (pid 8160) has died. This helper process will now exit
492
492
493
493
*For On Premise runs:*
494
494
495
-
You would need a valid [on premise license](./hdk/docs/on_premise_licensing_help.md) provided by Xilinx.
495
+
You would need a valid [on premise license](docs/on_premise_licensing_help.md) provided by Xilinx.
496
496
497
497
*For runs using the FPGA Developer AMI:* Please contact us through [AWS FPGA Developers forum](https://forums.aws.amazon.com/forum.jspa?forumID=243)
498
498
@@ -504,4 +504,25 @@ Please modify RDP options to choose any color depth less than 32 bit and try re-
504
504
505
505
**Q: Why did my AFI creation fail with `***ERROR***: DCP has DNA_PORT instantiation, ingestion failed, exiting`?**
506
506
507
-
AWS does not support creating AFI's with the Device DNA instantiated within your design. Please create your design without instantiating the DNA_PORT primitive to be able to create your AFI.
507
+
AWS does not support creating AFI's with the Device DNA instantiated within your design. Please create your design without instantiating the DNA_PORT primitive to be able to create your AFI.
508
+
509
+
**Q: How do I know which HDK version I have on my instance/machine? **
510
+
511
+
Look for the ./hdk/hdk_version.txt file.
512
+
513
+
**Q: How do I know what my Shell version is? **
514
+
515
+
The Shell version of an FPGA slot is available through the FPGA Image Management tools after an AFI has been loaded.
516
+
See the description of `fpga-describe-local-image` for more details on retrieving the shell version from a slot.
517
+
Prior to loading an AFI, the state of the FPGA (including shell version) is undefined and non-deterministic.
518
+
519
+
**Q: How do I know what version of FPGA Image management tools are running on my instance? **
520
+
521
+
The FPGA Image management tools version is reported with any command executed from these tools.
522
+
See the description of `fpga-describe-local-image` for more details.
523
+
524
+
**Q: How do I update my existing design with a new release?**
525
+
526
+
1. Start by pulling changes from a new [aws-fpga github release](https://github.com/aws/aws-fpga)
527
+
1. If the [AWS Shell Interface Specification](./hdk/docs/AWS_Shell_Interface_Specification.md) has changed, update your CL design to conform to the new specification.
0 commit comments