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

Update Chisel version to 5.1.0 #8

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

tymcauley
Copy link
Contributor

@tymcauley tymcauley commented Jan 2, 2024

Remove deprecated APIs (CompileOptions, fromDoubleToLiteral, fromIntToBinaryPoint, fromBigDecimalToLiteral, ChiselStage.elaborate, chisel3.experimental.FixedPoint).

Remove FixedPoint.typeEquivalent definition, as this is now a final method on chisel3.Data. See here for more context: chipsalliance/chisel#3201

Note that this is not compatible with Chisel 3.6.0.

Remove deprecated APIs (`CompileOptions`, `fromDoubleToLiteral`,
`fromIntToBinaryPoint`, `fromBigDecimalToLiteral`,
`ChiselStage.elaborate`, `chisel3.experimental.FixedPoint`).

Remove `FixedPoint.typeEquivalent` definition, as this is now a `final`
method on `chisel3.Data`. See here for more context: chipsalliance/chisel#3201
@konda-x1
Copy link
Collaborator

Thanks for the work 💪

@konda-x1 konda-x1 merged commit ef16400 into ucb-bar:master Jan 16, 2024
1 check passed
@tymcauley tymcauley deleted the update-to-chisel-5.1.0 branch January 16, 2024 19:27
tymcauley added a commit to tymcauley/dsptools that referenced this pull request Jan 16, 2024
This just removes deprecated APIs, and bumps fixedpoint to include
ucb-bar/fixedpoint#8

Note that this is not compatible with Chisel 3.6.0.
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.

2 participants