Browse Source

update readme

master
Thorsten Knoll 4 years ago
parent
commit
c44cd23483
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -25,5 +25,5 @@ Then load the created ELF file into the simulation via GDB:
```
riscv64-unknown-elf-gdb -tui -ex 'set remotetimeout 15' -ex 'target remote :3333' -ex 'load' -ex 'break main' -ex 'continue' main
```
Set some more breakpoints and step through the code with 'c' (continue). You will see the UART output in console 1 (vexriscv sim).
Set some more breakpoints `b <line>` and step through the code with `c` (continue). You will see the UART output in console 1 (vexriscv sim).

Loading…
Cancel
Save