Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 567 Bytes

chisel.g8

A minimal [Chisel] template Giter8 template using Mill and based on com-lihaoyi/mill-scala-hello.g8.

Getting Started

Usage with Giter8:

g8 kammoh/chisel.g8

Usage with Mill

mill init kammoh/chisel.g8

You can also specify the project's name and directory:

mill init file:///Volumes/src/chisel.g8 --name=myProject -o my-project