You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
Copy file name to clipboardExpand all lines: SDAccel/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ For CPU-based (SW) emulation, both the host code and the FPGA binary code are co
89
89
The instructions below describe how to run the SDAccel SW Emulation flow using the Makefile provided with a simple "hello world" example
90
90
91
91
```
92
-
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
92
+
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/
93
93
$ make clean
94
94
$ make check TARGETS=sw_emu DEVICES=$AWS_PLATFORM all
95
95
```
@@ -104,7 +104,7 @@ The SDAccel hardware emulation flow enables the developer to check the correctne
104
104
The instructions below describe how to run the HW Emulation flow using the Makefile provided with a simple "hello world" example:
105
105
106
106
```
107
-
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
107
+
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/
108
108
$ make clean
109
109
$ make check TARGETS=hw_emu DEVICES=$AWS_PLATFORM all
110
110
```
@@ -118,7 +118,7 @@ The SDAccel system build flow enables the developer to build their host applicat
118
118
The instructions below describe how to build the Xilinx FPGA Binary and host application using the Makefile provided with a simple "hello world" example:
119
119
120
120
```
121
-
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
121
+
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/
0 commit comments