-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: bump chisel and scala #3028
Conversation
Is this Scala version still compatible with Chisel 3.6.0? |
No, unfortunately, chisel3-plugin is released up to scala 2.13.10 |
I will remove the Scala version bump in this PR. |
Unfortunately, for some reason, scala 2.13.10 cannot compile under JDK 17 either. |
Maybe you can have a try :)
|
It works on my environment with JDK 17, Scala 2.13.10, and Chisel 3.6.0 |
OK, I notice there is an issue with my JDK. JDK 17 seems ok now. |
[Generated by IPC robot]
master branch:
|
Chisel 6.4.0 has released https://github.com/chipsalliance/chisel/releases/tag/v6.4.0
Also bump scala because I encounter a scala compiler bug in JDK 21.
scala/bug#12783
This is fixed in 2.13.11+