Skip to content
Merged
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
6 changes: 3 additions & 3 deletions SDAccel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For CPU-based (SW) emulation, both the host code and the FPGA binary code are co
The instructions below describe how to run the SDAccel SW Emulation flow using the Makefile provided with a simple "hello world" example

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

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

```
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/host/helloworld_ocl/
$ cd $SDACCEL_DIR/examples/xilinx/getting_started/hello_world/helloworld_ocl/
$ make clean
$ make TARGETS=hw DEVICES=$AWS_PLATFORM all
```
Expand Down