8000
Comment options
You must be logged in to vote
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji
reacted with thumbs down emoji
reacted with laugh emoji
reacted with hooray emoji
reacted with confused emoji
reacted with heart emoji
reacted with rocket emoji
reacted with eyes emoji
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
Uh oh!
There was an error while loading. Please reload this page.
-
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