/chisel-template.g8

A Giter8 Template for Chisel projects

Primary LanguageScala

Chisel project minimum template

This contains an easy and ready-to-use project template for Chisel projects

Usage

  1. Install Java 8 or Java 11 JDK
  sudo apt install openjdk-8-jdk
  or
  sudo apt install openjdk-11-jdk
  1. Install Scala Build Tool (sbt). Installation instructions here

  2. 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