Skip to content

Commit

Permalink
Fixing vector_scalar_mul Makefile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
HashimSharifAMD committed Apr 24, 2024
1 parent f5f58aa commit df04ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programming_examples/basic/vector_scalar_mul/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build/final_trace_${data_size}.xclbin: build/aie_trace.mlir build/scale.o
cd ${@D} && aiecc.py --aie-generate-cdo --no-compile-host --xclbin-name=${@F} \
--aie-generate-ipu --ipu-insts-name=insts_${data_size}.txt $(<:%=../%)

${targetname}_${data_size}.exe: test.cpp
${targetname}.exe: test.cpp
rm -rf _build
mkdir -p _build
cd _build && ${powershell} cmake .. -DTARGET_NAME=${targetname}_${data_size} -DVECTORSCALARMUL_SIZE=${data_size}
Expand Down
2 changes: 1 addition & 1 deletion programming_examples/basic/vector_scalar_mul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To compile the design and C++ testbench:

```
make
make build/vectorScalar.exe
make vectorScalar.exe
```

To run the design:
Expand Down

0 comments on commit df04ef6

Please sign in to comment.