Replies: 1 comment 2 replies
-
The chisel-template has Mill (with basic instructions). I'd like to add some instructions to the website but never seem to find the time 😅. I've done some experimentation with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am able to do the quick-start and build/run
chisel-example.scala
usingscala-cli
, but many of the other projects available use sbt or mill. The chisel documentaion recommends mill, but references sbt in a few places.Can anyone help me with a basic
build.sc
for mill that makeschisel-example.scala
work? I think that might help me bridge the gap fromscala-cli
to building a more substantial design.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions