File tree Expand file tree Collapse file tree 1 file changed +13
-40
lines changed Expand file tree Collapse file tree 1 file changed +13
-40
lines changed Original file line number Diff line number Diff line change @@ -113,45 +113,6 @@ ctest -V
113
113
114
114
### Notes
115
115
116
- - To run unit tests, you need the `aoc` executable from the IntelⓇ FPGA SDK
117
- for OpenCL™.
118
-
119
- To set the path to `aoc`, change to the IntelⓇ FPGA SDK for OpenCL™
120
- installation directory and source the initialization script.
121
-
122
- - On Linux:
123
-
124
- ```
125
- source init_opencl.sh
126
- ```
127
-
128
- - On Windows:
129
-
130
- ```
131
- call init_opencl.bat
132
- ```
133
-
134
- - On Linux, `aoc` requires the `libtinfo.so.5` library, which you can install
135
- using one of the following OS-specific commands:
136
-
137
- - Red Hat Enterprise Linux (RHEL)\* or Rocky Linux\* 8:
138
-
139
- ```
140
- sudo yum install ncurses-compat-libs-6.1
141
- ```
142
-
143
- - SUSE Linux Enterprise Server (SLES)\* or openSUSE Leap\* 15:
144
-
145
- ```
146
- sudo zypper install libncurses5
147
- ```
148
-
149
- - Ubuntu\* 18.04 or 20.04 LTS:
150
-
151
- ```
152
- sudo apt install libtinfo5
153
- ```
154
-
155
116
- On Windows, you need to set the paths to the libelf and (optionally) zlib libraries.
156
117
157
118
```
@@ -186,7 +147,19 @@ Perform these steps if you have the IntelⓇ FPGA SDK for OpenCL™ or
186
147
IntelⓇ FPGA RTE for OpenCL™ installed on your system:
187
148
188
149
1. In the IntelⓇ FPGA SDK for OpenCL™ installation directory, source
189
- the initialization script (see [Running Unit Tests](#running-unit-tests)).
150
+ the initialization script.
151
+
152
+ - On Linux:
153
+
154
+ ```
155
+ source init_opencl.sh
156
+ ```
157
+
158
+ - On Windows:
159
+
160
+ ```
161
+ call init_opencl.bat
162
+ ```
190
163
191
164
2. Update the `/etc/OpenCL/vendors/Altera.icd` file with either the filename
192
165
`libalteracl.so` if `LD_LIBRARY_PATH` contains the full path of the runtime
You can’t perform that action at this time.
0 commit comments