Skip to content

Commit

Permalink
Matmul design sweep README
Browse files Browse the repository at this point in the history
  • Loading branch information
avanhatt committed Jan 25, 2021
1 parent 8830bd8 commit eaec21c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,21 @@ Source files are divided into roughly one generator per component of the build.
An example command to run:
```
python diospyros.py --manifest sample/diospyros.json
```

Some environment flags to set:

```
DIOSPYROS_ROOT=<path to repo>
XTENSA_CORE=<whatever local core is installed>
```

## Experiments

To run a design sweep for matrix multiply (runtime: 4-6 hours):

```
cd utils/experiments/matrix_multiply
python3 designsweep.py
python3 pretty_print.py <report>.json
```

0 comments on commit eaec21c

Please sign in to comment.