chisel-template icon indicating copy to clipboard operation
chisel-template copied to clipboard

Make the default configuration pass compile and add the run command

Open Phantom1003 opened this issue 3 years ago • 0 comments

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.

Phantom1003 avatar Oct 21 '22 15:10 Phantom1003