File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,14 @@ $ wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.1.0-201
123
123
$ tar -xvf riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14.tar.gz
124
124
$ export PATH=$PATH :$PWD /riscv64-unknown-elf-gcc-8.1.0-2019.01.0-x86_64-linux-ubuntu14/bin/
125
125
```
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
+
126
134
[ > Installing Verilator (only needed for simulation)
127
135
----------------------------------------------------
128
136
``` sh
You can’t perform that action at this time.
0 commit comments