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
Release V1.4.10
* New functionality:
* SDK now sorts the slots in DBDF order. Any scripts or integration maintainers should note that the slot order will be different from previous versions and should make any updates accordingly.
* Bug Fixes:
* Fixes a bug in the [Automatic Traffic Generator (ATG)](./hdk/cl/examples/cl_dram_dma/design/cl_tst.sv). In SYNC mode, the ATG did not wait for write response transaction before issuing read transactions.
* Released [Xilinx runtime(XRT) version 2018.3.3.2](https://github.com/Xilinx/XRT/releases/tag/2018.3.3.2) to fix the following error: `symbol lookup error: /opt/xilinx/xrt/lib/libxrt_aws.so: undefined symbol: uuid_parse!` discussed in this [forum post](https://forums.aws.amazon.com/thread.jspa?messageID=899474󛦒).
* This release fixes a bug wherein concurrent AFI load requests on two or more slots resulted in a race condition which sometimes resulted in Error: `(20) pci-device-missing`
* This release fixes a issue with coding style of logic which could infer a latch during synthesis in [sde_ps_acc module](./hdk/cl/examples/cl_sde/design/sde_ps_acc.sv) within cl_sde example
* Multiple SDE instances per CL is not supported in this release. Support planned for future release.
8
+
* Multiple SDE instances per CL is not supported in this release. Support is planned for a future release.
9
9
* DRAM Data retention is not supported for CL designs with less than 4 DDRs enabled
10
10
* Combinatorial loops in CL designs are not supported.
11
-
*[Automatic Traffic Generator (ATG)](./hdk/cl/examples/cl_dram_dma/design/cl_tst.sv) in SYNC mode does not wait for write response transaction before issuing read transactions. The fix for this issue is planned in a future release.
12
11
13
12
## SDK
14
13
15
14
## SDAccel (For additional restrictions see [SDAccel ERRATA](./SDAccel/ERRATA.md))
16
15
* Virtual Ethernet is not supported when using SDAccel
17
16
* DRAM Data retention is not supported for kernels that provision less than 4 DDRs
18
-
* Combinatorial loops in CL designs are not supported.
19
-
* When using [Xilinx runtime(XRT) version 2018.3.3.1](https://github.com/Xilinx/XRT/releases/tag/2018.3.3.1) or [AWS FPGA Developer AMI Version 1.6.0](https://aws.amazon.com/marketplace/pp/B06VVYBLZZ) your host application could fail with following error:
20
-
21
-
```
22
-
: symbol lookup error: /opt/xilinx/xrt/lib/libxrt_aws.so: undefined symbol: uuid_parse!
23
-
24
-
```
25
-
The SDAccel examples included in the developer kit use a SDAccel configuration file [sdaccel.ini]. To workaround this error please copy the SDAccel configuration file [sdaccel.ini](SDAccel/examples/aws/helloworld_ocl_runtime/sdaccel.ini) to your executable directory and try executing your application again.
26
-
AWS is working with Xilinx to release a XRT patch to fix this issue.
27
-
17
+
* Combinatorial loops in CL designs are not supported.
0 commit comments