A minimal [Chisel] 7.x template Giter8 template using Mill and based on com-lihaoyi/mill-scala-hello.g8.
g8 kammoh/chisel.g8mill init kammoh/chisel.g8To specify output directory and project name, use the -o and --name options:
mill init kammoh/chisel.g8 -o example_project --name=exampleThis will create a new directory named example_project with the project name set to example.
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.