Skip to content

Commit ea17e31

Browse files
authored
Update README.md
Add SBT to readme
1 parent 3d99c8e commit ea17e31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ $ wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.1.0-201
123123
$ tar -xvf riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14.tar.gz
124124
$ export PATH=$PATH:$PWD/riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14/bin/
125125
```
126+
127+
[> Installing SBT (Only required for custom CPU configs)
128+
--------------------------------
129+
Some regular VexRiscv-smp configuration are already pregenerated,
130+
but for others, it need to run som SpinalHDL hardware generation, which require sbt.
131+
132+
Please visit: https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html#Installing+sbt+on+Linux
133+
126134
[> Installing Verilator (only needed for simulation)
127135
----------------------------------------------------
128136
```sh

0 commit comments

Comments
 (0)