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

Commits on Mar 11, 2020

  1. Multiplier: Make MultiplierIO clone-able

    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 committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    04a1087 View commit details
    Browse the repository at this point in the history