Skip to content
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

WIP: Update Chisel from 6.5.0 to 7.0.0 #11

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tymcauley
Copy link
Contributor

@tymcauley tymcauley commented Jul 16, 2024

UnknownWidth became a case object in this Chisel PR: chipsalliance/chisel#4242

The connectFromBits method was removed in this Chisel PR: chipsalliance/chisel#4168

Builds on #10 before that is merged.

This update is causing the following test failure in FixedPointSpec:

should allow fromBits *** FAILED ***
ChiselRunners.this.runTester(t, additionalVResources) was false (ChiselSpec.scala:41)

This just involves bumping some tool versions and resolving
deprecated-package warnings.
@tymcauley tymcauley marked this pull request as draft July 16, 2024 15:57
`UnknownWidth` became a `case object` in this Chisel PR:
chipsalliance/chisel#4242

The `connectFromBits` method was removed in this Chisel PR:
chipsalliance/chisel#4168
@tymcauley
Copy link
Contributor Author

cc @jackkoenig, I brought this up a few weeks ago (regarding the transition from Chisel 6 to 7), but wanted to make sure it was still on your radar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant