Skip to content

Commit

Permalink
Update README.md to add blinky to pre-built test software examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bustedwing1 authored and olofk committed Feb 5, 2024
1 parent c0320fd commit c469c31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ For a more advanced example, we can also run the Dining philosophers demo

fusesoc run --target=verilator_tb servant --uart_baudrate=57600 --firmware=$SERV/sw/zephyr_sync.hex --memsize=16384

...or... the blinky example (note that the ```uart_baudrate``` should not be defined for the blinky test)

fusesoc run --target=verilator_tb servant --firmware=$SERV/sw/blinky.hex --memsize=16384



If the [toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain) is installed, other applications can be tested by compiling the assembly prgram and converting to bin and then hex with makehex.py found in [`$SERV/sw`](/sw/).

:bulb:RISC-V Compressed Extension can be enabled by passing `--compressed=1` parameter.
Expand Down

0 comments on commit c469c31

Please sign in to comment.