diff --git a/SDAccel/README.md b/SDAccel/README.md index e89c4fb4f..28595270b 100644 --- a/SDAccel/README.md +++ b/SDAccel/README.md @@ -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 ``` @@ -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 ``` @@ -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 ```