Skip to content

Commit

Permalink
Update benchmarks README to better explain how to try different configs
Browse files Browse the repository at this point in the history
  • Loading branch information
GregAC committed Sep 13, 2023
1 parent fe06539 commit fd0b102
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/sw/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ All of these benchmarks run on Simple System. A verilator simulation suitable
for running them can be built with:

```
fusesoc --cores-root=. run --target=sim --setup --build lowrisc:ibex:ibex_simple_system --RV32E=0 --RV32M=ibex_pkg::RV32MFast
fusesoc --cores-root=. run --target=sim --setup --build lowrisc:ibex:ibex_simple_system `./util/ibex_config.py [ibex_config] fusesoc_opts`
```

Where [ibex_config] is replaced with an Ibex configuration (which are specified
in the 'ibex_configs.yaml' file).

See examples/simple_system/README.md for full details.

## CoreMark
Expand Down

0 comments on commit fd0b102

Please sign in to comment.