Skip to content

Commit

Permalink
update readme for Riviera-PRO
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidzim authored and rswarbrick committed Jul 10, 2020
1 parent 9208689 commit 14f85d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Pass `-gui` to use the DVE GUI.
To build and run Simple System run:

```
fusesoc --cores-root=. run --target=sim --tool=rivierapro lowrisc:ibex:ibex_simple_system --RV32M=1 --RV32E=0 --SRAMInitFile=<sw_vmem_file>
fusesoc --cores-root=. run --target=sim --tool=rivierapro lowrisc:ibex:ibex_simple_system --RV32M=1 --RV32E=0 --SRAMInitFile=\"$(readlink -f <sw_vmem_file>)\"
```

`<sw_vmem_file>` should be a path to a vmem file built as described above, use
Expand Down

0 comments on commit 14f85d3

Please sign in to comment.