File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,36 +19,36 @@ pip install -e .
1919
2020# Quick Start Quide
2121
22- ## Basic synthesis
22+ ## Basic synthesis examples
2323
2424The 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
2828python examples/baremetal/make.py -g basic
2929```
3030
31- ** Example: Run multiple groups**
31+ ** Run multiple groups**
3232``` sh
3333python examples/baremetal/make.py -g basic arithmetic
3434```
3535
36- ** Example: Specify a single benchmark**
36+ ** Specify a single benchmark**
3737``` sh
3838python 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
4343python 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
4848python 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
5353python examples/baremetal/make.py -g memory -name ramsp -tool vivado
5454```
You can’t perform that action at this time.
0 commit comments