Skip to content

Commit b1ed5e9

Browse files
authored
Errata updates to v1.3.6 (#394)
* Update ERRATA.md * Update AWS_Shell_Interface_Specification.md
1 parent 1475bd8 commit b1ed5e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ERRATA.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@
2525
* PCIM and DMA-PCIS AXI-4 interfaces do not support AxSIZE other than 3'b110 (64B)
2626

2727
## Known Bugs/Issues
28+
* F1 CL designs using the v1.3 Shell must treat all clocks within the same group as asynchronous. For example: If using clk_main_a1, clk_extra_a1, clk_extra_a2, and clk_extra_a3 they need to be asynchronous. See [AWS Shell Interface Specification](./hdk/docs/AWS_Shell_Interface_Specification.md)
29+
* The API fpga-load-local-image, has a bug in the error messaging which does not indicate a PCI ID mismatch occurred. The PCI ID’s listed in the AFI manifest when an AFI is submitted to the CreateFpgaImage api (Vendor ID, Device ID, SubSystem ID, or SubSystem Vendor ID) should match the actual values in the submitted DCP. If there is a mismatch between the manifest IDs and the actual device ID, calling fpga-load-local-image on the AFI should report back load-failed (error 7), with a sub-error indicating there is a device ID mismatch. However, fpga-load-local-image does not report the sub-error, leaving no description as to why the load has failed. Until this issue has been fixed, if you experience an AFI load-failed when loading the AFI, double check the device IDs in the submitted manifest match the device IDs in the DCP.
2830

hdk/docs/AWS_Shell_Interface_Specification.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,12 @@ The clocks within each group are generated from a common VCO/PLL, which restrict
273273

274274
The maximum frequency on clk_main_a0 is 250MHz.
275275

276-
Clocks within a gruop are phase aligned.
276+
clk\_extra\_* clocks within a group are phase aligned:
277+
- clk_xtra_a1, clk_xtra_a2, clk_xtra_a3
278+
- clk_xtra_b0, clk_xtra_b1
279+
- clk_xtra_c0, clk_xtra_c1
280+
281+
Paths between all other clocks are required to be treated as asynchronous.
277282

278283
** *Note: The Developer must NOT assume frequency lock or alignment between clocks from different groups, even if they are set for same frequencies * **
279284

0 commit comments

Comments
 (0)