Skip to content

Commit

Permalink
Fixing vector_scalar_add README build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
HashimSharifAMD committed Apr 24, 2024
1 parent 1070788 commit f5f58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming_examples/basic/vector_scalar_add/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To compile the design and C++ testbench:

```
make
make build/vectorScalarAdd.exe
make vectorScalarAdd.exe
```

To run the design:
Expand Down

0 comments on commit f5f58aa

Please sign in to comment.