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
* Update xocl_bo.c
* Update xocl_drv.c
* Update hdk_version.txt
* Update RELEASE_NOTES.md
* Update ERRATA.md
* Update description.json
* Update .gitmodules
* Remove all drivers before running runtime/driver tests to get into a clean state
Copy file name to clipboardExpand all lines: ERRATA.md
-3
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,4 @@
28
28
## Known Bugs/Issues
29
29
30
30
* AXI-L Interface ordering - The v071417d3 shell has an issues that impacts transaction ordering on the AXI-L interfaces (BAR1, OCL, SDA) only. The Shell should preserve PCIe ordering rules on these interfaces, but there is an issue where a read request may pass a previous write request. The shell terminates a write when the data is transferred on the W channel (WVALID/WREADY) rather than wait for the response on the B channel. A CL workaround for this issue is to backpressure reads (deassert ARREADY) when there are any writes pending.
31
-
* Linux kernel 3.10.0-862.2.3.el7.x86_64. By default, the AWS Developer AMI GUI setup script updates the kernel version. We have provided a patch to prevent kernel updates during GUI setup. Instead of running the setup_gui.sh as documented/included within the developer AMI, please use the patched script as shown below:
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,9 @@
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.8 (See [ERRATA](./ERRATA.md) for unsupported features)
30
+
* Fixed SDAccel XOCL driver compile fails that occur on linux kernels greater than 3.10.0-693.21.1.el7.x86_64
31
+
29
32
## Release 1.3.7 (See [ERRATA](./ERRATA.md) for unsupported features)
30
33
* Support for Xilinx SDx/Vivado 2017.1 and Xilinx [SDx](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2017_4/ug1238-sdx-rnil.pdf)/[Vivado](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2017_4/ug973-vivado-release-notes-install-license.pdf) 2017.4 . * This release supports Xilinx SDx 2017.4 and 2017.1. The HDK and SDAccel setup scripts configure the development environment based on the tool version found in the PATH environment variable.
31
34
* FPGA developer kit version is listed in [hdk_version.txt](./hdk/hdk_version.txt)
Copy file name to clipboardExpand all lines: hdk/tests/test_load_afi.py
+13-29
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,11 @@ def setup_class(cls):
66
66
assertAwsFpgaTestBase.running_on_f1_instance(), 'This test must be run on an F1 instance. Instance type={}'.format(aws_fpga_test_utils.get_instance_type())
0 commit comments