google / CFU-Playground

Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.

Home Page:http://cfu-playground.rtfd.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document method for getting 'sbt' both inside and outside of Google

tcal-x opened this issue · comments

commented

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

https://sdkman.io/install looks convenient but a little scary. It support sbt and scala: https://sdkman.io/sdks#sbt

commented

There's also https://github.com/sbt/sbt. I haven't tried it.