-
Notifications
You must be signed in to change notification settings - Fork 526
Rc v1 4 10 #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Rc v1 4 10 #463
Conversation
This file contains hidden or 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
1. Fixed XRT installation instruction for 2018.3 2. artifact update for SDAccel helloworld_ocl_runtime example 3. updating tool version tables in README.md
* New functionality: * Improved AFI load times for pipelined accelerator designs. For more details please see [Amazon FPGA image (AFI) pre-fetch and caching features](./hdk/docs/load_times.md). * Ease of Use features: * [Improved SDK Error messaging](./sdk/userspace/fpga_libs/fpga_mgmt/fpga_mgmt.c) * [Improved documentation](./hdk/docs/IPI_GUI_Vivado_Setup.md#switching-between-hdk-and-hlx-flows) to help with transition from [HLX to HDK command line flows](https://forums.aws.amazon.com/thread.jspa?threadID=302718&tstart=0) and vice versa * Incorporates feedback from [aws-fpga Issue 458](#458) by making the ```init_ddr``` function, used in design simulations to initialize DDR, more generic by moving out ATG deselection logic to a new ```deselect_atg_hw``` task * Bug Fixes: * Fixed Shell simulation model (sh_bfm) issue on PCIM AXI read data channel back pressure which was described in HDK 1.4.8 Errata. * Fixed HDK simulation example which [demonstrates DMA and PCIM traffic in parallel](./hdk/cl/examples/cl_dram_dma/verif/tests/test_dma_pcim_concurrent.sv).
deeppat
approved these changes
Aug 1, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good.
kyyalama2
pushed a commit
that referenced
this pull request
May 24, 2022
* XLNX rradjabi 2018.2 step1 (#452) * * add sdaccel_examples xilinx_2018.2 submodule (currently off "master") * adds a check for RELEASE_VER, builds 2017.4 and checks out examples, or skips build and assumes RPM installed for 2018.2 and copies libstdc++ from XILINX_SDX/lib. * Update sdaccel_setup.sh Add option to set compiler.useHlsGpp=1 to allow CentOS7.5 * Update sdaccel_setup.sh (#4) Squash and merge these changes to rradjabi/aws-fpga-staging:xlnx-rradjabi-2018_2-step1. * Update sdaccel_setup.sh Fixed XOCC_ADD_OPTIONS variable added XILINX_XRT variable and added to LD_LIBRARY_PATH set AWS_PLATFORM for all cases * Updated README to include 2018.2 XRT setup Updated README to include 2018.2 XRT setup * Update test to use XRT if running on 2018.2 source setup.sh from /opt/xilinx/xrt if running on 2018.2 run 2017.4.rte.dyn runtime instead * Update test_run_sdaccel_example.py Add quotes around 2018.2 for python. * [2018.2 - HLx] HLx simulation fix for 2018.2 (#457) * version less patch * patch version less * deleted: log_sh_tcl.txt * Remove DDR version * Fix for HLx simulation * Enable 2018.2 testing (#459) * patch for HLX flow issue on public (#444) * updating chekck_uram script with placeholder fix to hotpatch aws-fpga public while exploring a long time fix. * fixing typo insert * updating hdk version * Hierarchy update (#449) CL -> WRAPPER_INST/CL SH -> WRAPPER_INST/SH * Added 2018.2 * Removing 2017.1 support * markdown is a needed package * Removing xocl.ko.xz * Adding xocl.ko.xz removal * Changing remove functionality to remove xz * Updated the supported_vivado_versions list with 2018.2 * [2018.2] HDK Simulation fix (#464) * Update top.vivado.f * Update top.vivado.f * Update top.vivado.f * Update top.vivado.f * Update supported_vivado_versions.txt * adding explicit paths for bram IP * adding explicit path to mem_scrb module * adding explicit path for lib_pipe.sv * specifying explicit path for sh_ddr ip * updating explicit paths for modules under sh_ddr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.