Skip to content

Commit

Permalink
Tiny docs fix in examples/simple_system
Browse files Browse the repository at this point in the history
Missing "can" (which sounds a bit like a pirate!) and full stop.
  • Loading branch information
rswarbrick authored and imphil committed Feb 27, 2020
1 parent 77ecffc commit 03efdaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/simple_system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ file built as described above. Use
`./examples/sw/simple_system/hello_test/hello_test.elf` to run the `hello_test`
binary.

Pass `-t` to get an FST trace of execution that be viewed with [GTKWave](http://gtkwave.sourceforge.net/)
If using the `hello_test` binary the simulator will halt itself, outputting some
simulation statistics:
Pass `-t` to get an FST trace of execution that can be viewed with
[GTKWave](http://gtkwave.sourceforge.net/). If using the `hello_test`
binary the simulator will halt itself, outputting some simulation
statistics:

```
Simulation statistics
Expand Down

0 comments on commit 03efdaa

Please sign in to comment.