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

Multiplier: Make MultiplierIO clone-able #2331

Merged
merged 1 commit into from
Mar 11, 2020
Merged

Multiplier: Make MultiplierIO clone-able #2331

merged 1 commit into from
Mar 11, 2020

Conversation

mwachs5
Copy link
Contributor

@mwachs5 mwachs5 commented Mar 11, 2020

resolving deprecation warning:

[deprecated] class freechips.rocketchip.rocket.MultiplierIO (1 calls): Unable to automatically infer cloneType on class freechips.rocketchip.rocket.MultiplierIO: constructor has parameters (dataBits, tagBits) that are not both immutable and accessible. Either make all parameters immutable and accessible (vals) so cloneType can be inferred, or define a custom cloneType method.
[warn] There were 1 deprecated function(s) used. These may stop compiling in a future release - you are encouraged to fix these issues.

Related issue:

Type of change: other enhancement

Impact: no functional change

Development Phase: implementation

Release Notes

Resolve deprecation warnings in MultiplierIO

Trying to resolve warning:

[deprecated] class freechips.rocketchip.rocket.MultiplierIO (1 calls): Unable to automatically infer cloneType on class freechips.rocketchip.rocket.MultiplierIO: constructor has parameters (dataBits, tagBits) that are not both immutable and accessible. Either make all parameters immutable and accessible (vals) so cloneType can be inferred, or define a custom cloneType method.
[warn] There were 1 deprecated function(s) used. These may stop compiling in a future release - you are encouraged to fix these issues.
[
@mwachs5 mwachs5 merged commit e4419e6 into master Mar 11, 2020
This pull request was closed.
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