-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Bump master to chisel 3.6 #3354
Conversation
chisel 3.6 breaks mill. See chipsalliance/chisel#3045 (comment) |
What's the solution for this? The SBT release flow for 3.6.0 on master is fine for now. |
I assume backporting that fix to chisel 3.6.x branch and then releasing a 3.6.1 should work. @sequencer for this. |
I think depending on maven release rather than compiling from source would help. |
Oh I made a mistake here. I encountered such problem when working with a project that compiles chisel 3.6 from source. rocket-chip uses 3.6 from maven so things should be fine. |
@ZenithalHourlyRate or @sequencer can one of you update this PR with the fixes for mill? |
I can do it after going back to keyboard tonight |
Co-authored-by: Jack Koenig <[email protected]>
I think mill doesn't break it since it already depends on the maven version of chisel |
Please don't merge this yet, we are encountering some issues with 3.6 bump |
CI is happy now. Failure on riscv-arch-test CI is irrelevant. |
I assume we could merge now? |
Please wait, I found many bugs, I want to fix them for 3.5.6 first before bumping to 3.6.0 |
We may also need to delay this until we have a suitable replacement for fixed-point in 3.6.0 |
FixedPoint is still supported in 3.6.0, it's just deprecated, you can suppress the deprecation warning. Just note that FixedPoint does not work in MFC so a suitable replacement that works in MFC would be very handy. There are many interested in a Chisel-only FixedPoint implementation: chipsalliance/chisel#3161 |
Oh great, that's good to hear, thanks. I'm losing track of what's getting dropped and what's getting deprecated each release. |
No description provided.