Skip to content

Wording in README.md #133

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@Library('pipeline-library')_
FullVitisLibPipeline (branch: 'next', libname: 'Vitis_Libraries', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vivado_syn:vitis_sw_emu:vitis_hw_emu:vitis_hw_build:vitis_aie_sim:vitis_aie_x86sim', TOOLVERSION: '2022.1_stable_latest')
FullVitisLibPipeline (branch: 'master', libname: 'Vitis_Libraries', TARGETS: 'hls_csim:hls_csynth:hls_cosim:vivado_syn:vitis_sw_emu:vitis_hw_emu:vitis_hw_build:vitis_aie_sim:vitis_aie_x86sim', TOOLVERSION: '2022.1_released')
12 changes: 6 additions & 6 deletions data_analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Apache 2.0 license, advanced users are empowered to easily tailor, optimize and
Supported operating systems are RHEL/CentOS 7.4, 7.5 and Ubuntu 16.04.4 LTS, 18.04.1 LTS.

_GCC 5.0 or above_ is required for C++11/C++14 support.
With CentOS/RHEL 7.4 and 7.5, it could enabled via
With CentOS/RHEL 7.4 and 7.5, it can be enabled via
[devtoolset-6](https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/).

### Development Tools
Expand All @@ -55,13 +55,13 @@ and a matching version of XRT should be installed.

## Running Test Cases

This library ships two types of case: HLS cases and Vitis cases.
HLS cases can only be found in `L1/tests` folder, and are created to test module-level functionality.
Both types of cases are driven by makefiles.
This library ships two types of test cases: HLS test cases and Vitis test cases.
HLS test cases can only be found in `L1/tests` folder, and are created to test module-level functionality.
Both types of test cases are driven by makefiles.

### Shell Environment

For command-line developers the following settings are required before running any case in this library:
For command-line developers the following settings are required before running any test case in this library:

```console
source /opt/xilinx/Vitis/2022.1/settings64.sh
Expand Down Expand Up @@ -112,7 +112,7 @@ Here, `TARGET` decides the FPGA binary type

## Benchmark Result

In `L2/benchmarks` and `L2/demo`, these Kernels are built into xclbins targeting Alveo U200/U250/U50. We achieved a good performance. For more details about the benchmarks, please kindly find them in [benchmark results](https://xilinx.github.io/Vitis_Libraries/data_analytics/2022.1/benchmark/benchmark.html).
The kernels in `L2/benchmarks` and `L2/demo` are built into xclbins targeting Alveo U200/U250/U50. We achieved a good performance. For more details about the benchmarks, please kindly find them in [benchmark results](https://xilinx.github.io/Vitis_Libraries/data_analytics/2022.1/benchmark/benchmark.html).


## License
Expand Down