Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kammoh/chisel.g8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chisel.g8

A minimal [Chisel] 7.x 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

To specify output directory and project name, use the -o and --name options:

mill init kammoh/chisel.g8 -o example_project --name=example

This will create a new directory named example_project with the project name set to example.

Troubleshooting

When using mill init, if you encounter mill.scalalib.giter8.Giter8Module.init os.SubprocessException error, try specifying the project name with the --name option as shown above to skip the interactive prompt.

About

Giter8 template for a Chisel project with Mill

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.7%
  • Scala 10.3%