Skip to content

freechipsproject/chisel-template.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5dbf49 · Oct 18, 2019

History

4 Commits
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019

Repository files navigation

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

About

A Giter8 Template for Chisel projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages