Skip to content

Commit 5698aaf

Browse files
authored
tools_doc_update (#122)
Signed-off-by: Alexandre CASTELLANE <alexandre.castellane@fr.ibm.com>
1 parent 7423648 commit 5698aaf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ OpenCAPI Acceleration Framework, abbreviated as OC-Accel, is a framework that he
77

88
# Dependencies
99
* On a X86 server:
10-
* Install Xilinx tools (tested with Vivado 2019.2) with the desired fpga family (used by the card you want to test).
10+
* Install Xilinx tools (Check <https://opencapi.github.io/oc-accel-doc/#dependencies>) with the desired fpga family (used by the card you want to test).
1111
* set XILINX_ROOT and XILINXD_LICENSE_FILE accordingly and source Xilinx setting shell:
1212
```console
13-
export XILINX_ROOT=/opt/Xilinx/xxxx.y # setup your xilinx tools install dir. eg xxxx.y = 2019.2
13+
export XILINX_ROOT=/opt/Xilinx/xxxx.y # setup your xilinx tools install dir. eg xxxx.y = 2020.1
1414
export XILINXD_LICENSE_FILE=2100@xxxxx.com # Vivado license
1515
. $XILINX_ROOT/settings64.sh
1616
```
@@ -36,7 +36,7 @@ OpenCAPI Acceleration Framework, abbreviated as OC-Accel, is a framework that he
3636
```console
3737
make sim ## (or make sim_tmux if no xterm available)
3838
```
39-
* In the terminal run:
39+
* In the terminal run:(stay in the current default directory)
4040
```console
4141
snap_helloworld_1024 # the default help will propose the simulation example
4242
```

0 commit comments

Comments
 (0)