Skip to content

Commit 8f8f014

Browse files
committed
Simplifying README
1 parent cd3276e commit 8f8f014

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,36 @@ pip install -e .
1919

2020
# Quick Start Quide
2121

22-
## Basic synthesis
22+
## Basic synthesis examples
2323

2424
The project includes a basic baremetal script that loops over a set of benchmarks and provides a summary of the results.
2525

26-
**Example: Run `basic` group**
26+
**Run `basic` group**
2727
```sh
2828
python examples/baremetal/make.py -g basic
2929
```
3030

31-
**Example: Run multiple groups**
31+
**Run multiple groups**
3232
```sh
3333
python examples/baremetal/make.py -g basic arithmetic
3434
```
3535

36-
**Example: Specify a single benchmark**
36+
**Specify a single benchmark**
3737
```sh
3838
python examples/baremetal/make.py -g basic arithmetic -n add
3939
```
4040

41-
**Example: Specify name of output file**
41+
**Specify name of output file**
4242
```sh
4343
python examples/baremetal/make.py -g basic arithmetic -n add -o results.csv
4444
```
4545

46-
**Example: Clean up before running**
46+
**Clean up before re-running**
4747
```sh
4848
python examples/baremetal/make.py -g basic arithmetic -clean
4949
```
5050

51-
**Example: Run a single benchmark in vivado**
51+
**Run a single benchmark in vivado**
5252
```sh
5353
python examples/baremetal/make.py -g memory -name ramsp -tool vivado
5454
```

0 commit comments

Comments
 (0)