chisel-template
chisel-template copied to clipboard
Make the default configuration pass compile and add the run command
First, the original README is missing the test command for mill. And original build.sc uses %NAME% as the default target name, which can not pass the compile, and is inconsistent with build.sbt. This patch fixes the above problems.