Skip to content

Commit ba941a1

Browse files
JimMadgedeeppat
authored andcommitted
Correct path for helloworld example (#466)
In xilinx_2019.1 @ 0ec1aef (and not previous versions) the hello world example is located in $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/ rather than $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
1 parent 32833e3 commit ba941a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SDAccel/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For CPU-based (SW) emulation, both the host code and the FPGA binary code are co
8989
The instructions below describe how to run the SDAccel SW Emulation flow using the Makefile provided with a simple "hello world" example
9090

9191
```
92-
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
92+
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/
9393
$ make clean
9494
$ make check TARGETS=sw_emu DEVICES=$AWS_PLATFORM all
9595
```
@@ -104,7 +104,7 @@ The SDAccel hardware emulation flow enables the developer to check the correctne
104104
The instructions below describe how to run the HW Emulation flow using the Makefile provided with a simple "hello world" example:
105105

106106
```
107-
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
107+
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/
108108
$ make clean
109109
$ make check TARGETS=hw_emu DEVICES=$AWS_PLATFORM all
110110
```
@@ -118,7 +118,7 @@ The SDAccel system build flow enables the developer to build their host applicat
118118
The instructions below describe how to build the Xilinx FPGA Binary and host application using the Makefile provided with a simple "hello world" example:
119119

120120
```
121-
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
121+
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/
122122
$ make clean
123123
$ make TARGETS=hw DEVICES=$AWS_PLATFORM all
124124
```

0 commit comments

Comments
 (0)