@@ -43,7 +43,7 @@ Devices in this group implement subset(s) of the real HW.
4343* CSRNG
4444 * AES CTR not supported (uses xoroshiro128++ reseeded from entropy src)
4545
46- ### Sparsely implemented adevices
46+ ### Sparsely implemented devices
4747
4848In this group, device CSRs are supported (w/ partial or full access control & masking) but only some
4949features are implemented.
@@ -96,7 +96,7 @@ generate the `.raw` image files.
9696
9797## Available tools
9898
99- Launching a QEMU VM with the right option switches may rapidely become complex due to the number
99+ Launching a QEMU VM with the right option switches may rapidly become complex due to the number
100100of options and the available features. Several helper tools are provided in the ` scripts/opentitan `
101101directory to help with these tasks.
102102
@@ -118,7 +118,7 @@ directory to help with these tasks.
118118### vCPU
119119
120120* ` -icount 6 ` reduces the execution speed of the vCPU (Ibex core) to 1GHz >> 6, _ i.e._ ~ 15MHz,
121- which should roughly match the expected speed of the Ibex core runninng on the CW310 FPGA, which
121+ which should roughly match the expected speed of the Ibex core running on the CW310 FPGA, which
122122 is set to 10 MHz. This option is very useful/mandatory to run many OpenTitan tests that rely on
123123 time or CPU cycle to validate features. Using ` -icount ` option slows down execution speed though,
124124 so it is not recommended to use it when the main goal is to develop SW to run on the virtual
@@ -133,7 +133,7 @@ directory to help with these tasks.
133133
134134### AES
135135
136- * ` -global ot-aes.fast-mode=false ` can be used to better emulate AES HW IP, as some OT tests expects
136+ * ` -global ot-aes.fast-mode=false ` can be used to better emulate AES HW IP, as some OT tests expect
137137 the Ibex core to execute while the HW is performing AES rounds. Without this option, the virtual
138138 HW may only give back execution to the vCPU once the AES operation is complete, which make those
139139 OT tests to fail. Disabling fast mode better emulates the HW to the expense of higher AES latency
@@ -216,7 +216,7 @@ to enumerate these log features, however the most useful ones are enumerated her
216216
217217 * ` unimp ` reports log messages for unimplemented features, _ e.g._ when the vCPU attempts to
218218 read from or write into a memory mapped device that has not been implemented.
219- * ` guest_errors ` repots log messages of invalid guest software requests, _ e.g._ attempts to
219+ * ` guest_errors ` reports log messages of invalid guest software requests, _ e.g._ attempts to
220220 perform an invalid configuration.
221221 * ` int ` reports all interruptions * and* exceptions handled by the vCPU. It may be quite verbose
222222 but also very useful to track down an invalid memory or I/O access for example. This is the
0 commit comments