This contains an easy and ready-to-use project template for Chisel projects
- Install Java 8 or Java 11 JDK
sudo apt install openjdk-8-jdk
or
sudo apt install openjdk-11-jdk
-
Install Scala Build Tool (sbt). Installation instructions here
-
Create an empty directory and initiate it with a ready-to-use Chisel3 template
> mkdir my-awesome-project
> cd my-awesome-project
> sbt new freechipsproject/chisel-template.g8
Have a lot of fun and build your next great thing with Chisel