Skip to content

Commit 962fe5a

Browse files
luismarquesmarnovandermaas
authored andcommitted
[simple_system] Upgrade config in simple systems' README.md
To make it easier to share some benchmarking instructions upgrade the sample config in `examples/sw/benchmarks/README.md` to include the full bitmanip instructions.
1 parent 8bc7b98 commit 962fe5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sw/benchmarks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ All of these benchmarks run on Simple System. A verilator simulation suitable
1111
for running them can be built with:
1212

1313
```shell
14-
fusesoc --cores-root=. run --target=sim --setup --build lowrisc:ibex:ibex_simple_system `./util/ibex_config.py maxperf fusesoc_opts`
14+
fusesoc --cores-root=. run --target=sim --setup --build lowrisc:ibex:ibex_simple_system `./util/ibex_config.py maxperf-pmp-bmfull fusesoc_opts`
1515
```
1616

17-
This will build a simulation of Ibex in the 'maxperf' configuration.
17+
This will build a simulation of Ibex in the 'maxperf-pmp-bmfull' configuration.
1818
It is one of several pre-defined ibex configurations, others can be used.
1919
These are specified in the `ibex_configs.yaml` file.
2020

0 commit comments

Comments
 (0)