forked from aws/aws-fpga
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FPGA developer kit supports Xilinx SDx/Vivado 2018.3 * [Python bindings for AWS FPGA MGMT Tools](sdk/userspace/python_bindings/README.md) * Fixed Issues * [Fixes printf in main of fpga_local_cmd](aws#450) * [Fixes SV dma read function to work with unprintable chars](aws#412) * [Fixes Segmentation Fault in cl_sde simulation test](https://forums.aws.amazon.com/thread.jspa?threadID=298946&tstart=0) * Fixes test issues in cl_dram_dma example when using the AXI memory model for faster simulations * Deprecated Features * As announced in HDK 1.4.6 all EDMA driver code has been removed and deprecated from the developer kit.
- Loading branch information
1 parent
5c2be56
commit 0f67805
Showing
130 changed files
with
3,429 additions
and
11,483 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Known Restrictions | ||
* OpenCL support is limited to OpenCL 1.0 core specifications. | ||
* For complete list of the supported OpenCL APIs, please refer to [Appendix B in Xilinx' UG1023](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2017_1/ug1023-sdaccel-user-guide.pdf) | ||
* For a complete list of the supported OpenCL APIs, please refer to [Appendix B in Xilinx' UG1023 2018.3](https://www.xilinx.com/support/documentation/sw_manuals/xilinx2018_3/ug1023-sdaccel-user-guide.pdf) | ||
* On device - only Global memory (i.e. external DRAM) is supported. | ||
* Shared Virtual Memory (SVM) is not supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.