google / google/CFU-Playground
Document method for getting 'sbt' both inside and outside of Google
Open
- Dominant language
- Verilog
- Stars
- 565
- Forks
- 160
- PR merge metrics
- No merged PRs in 30d
Description
`sbt` is needed to rebuild VexRiscv
(see https://cfu-playground.readthedocs.io/en/latest/projects/z_customizing_vex.html).
These are some alternate instructions for acquiring `sbt`, but I'm not sure if this is appropriate, and there may be Java dependencies that aren't satisfied:
```
mkdir ~/bin && cd ~/bin
wget https://raw.github.com/paulp/sbt-extras/master/sbt
chmod +x sbt
```
Contributor guide
Assessment
This issue has not been assessed yet.