We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc7b98 commit e541af8Copy full SHA for e541af8
examples/sw/benchmarks/README.md
@@ -19,7 +19,7 @@ It is one of several pre-defined ibex configurations, others can be used.
19
These are specified in the `ibex_configs.yaml` file.
20
21
You can also test how the instruction cache affects performance.
22
-To see this effect you must specify a delay on the instruction accesses becaus with single-cycle RAM access an isntruction cache does not help.
+To see this effect you must specify a delay on the instruction accesses because with single-cycle RAM access an isntruction cache does not help.
23
24
```shell
25
fusesoc --cores-root=. run --target=sim --setup --build lowrisc:ibex:ibex_simple_system `./util/ibex_config.py maxperf-pmp-bmfull-icache fusesoc_opts` --INSTR_CYCLE_DELAY=5
0 commit comments