Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add SBT to readme
  • Loading branch information
Dolu1990 committed Apr 25, 2024
1 parent 3d99c8e commit ea17e31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ $ wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.1.0-201
$ tar -xvf riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14.tar.gz
$ export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14/bin/
```

[> Installing SBT (Only required for custom CPU configs)
--------------------------------
Some regular VexRiscv-smp configuration are already pregenerated,
but for others, it need to run som SpinalHDL hardware generation, which require sbt.

Please visit: https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html#Installing+sbt+on+Linux

[> Installing Verilator (only needed for simulation)
----------------------------------------------------
```sh
Expand Down

0 comments on commit ea17e31

Please sign in to comment.