spatial-quickstart icon indicating copy to clipboard operation
spatial-quickstart copied to clipboard

cl_mstr_axi_tst.sv not exists in version 1.4.7 of Amazon's EC2 FPGA Hardware and Software Development Kit

Open tissue3 opened this issue 5 years ago • 0 comments

I tried to follow the instructions on https://github.com/stanford-ppl/spatial-multiverse/blob/master/docs/aws.md to generate bitstream on AWS F1 and got the following error.

## file copy -force $CL_DIR/design/cl_mstr_axi_tst.sv                 $TARGET_DIR
error copying "/home/centos/spatials/aws-fpga//hdk/cl/examples/GEMM_NCubed/design/cl_mstr_axi_tst.sv": no such file or directory
    while executing
"file copy -force $CL_DIR/design/cl_mstr_axi_tst.sv                 $TARGET_DIR"
    (file "encrypt.tcl" line 47)

This is strange, because cl_mstr_axi_tst.sv does not exist in version 1.4.7 of Amazon's EC2 FPGA Hardware and Software Development Kit and I am following the instructions saying "Spatial was most recently tested with version 1.4.7 of this repository".

tissue3 avatar Oct 28 '19 17:10 tissue3