- Change the instance type for a compute optimized instance (c4.4xlarge or c5.4xlarge)
- Connect to the instance via ssh
- Go to the aws-fpga folder
cd <the-path-of-aws-fpga-folder>
- Setup the hardware environment
source hdk_setup.sh
- Go to the hello-world example folder
cd hdk/cl/examples/cl_hello_world
- Export environment variable for the design
export CL_DIR=$PWD
- Go to the hello-world simulation scripts folder
cd hdk/cl/examples/cl_hello_world/verif/scripts
- make TEST=test_hello_world