Skip to content

Commit

Permalink
Fix reference to example matrix.json file in documentation (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi authored Oct 4, 2023
1 parent 5771836 commit 57f8254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/exploration_script.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The script can be used in two ways
2. An exploration run that generates configuration files of all possible combinations of variables in the passed matrix JSON file and runs them on the provided designs.

```bash
python3 run_designs.py --matrix ./designs/wbqspiflash/matrix.json --threads 4 wbqspiflash
python3 run_designs.py --matrix ./designs/ci/wbqspiflash/matrix.json --threads 4 wbqspiflash
```

These parameters must be provided in the file passed to `--matrix`. Any file can be used with any combination of designs. The file used above is just an example.
Expand Down

0 comments on commit 57f8254

Please sign in to comment.