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

Fix literal handling for views of empty Aggregates (backport #4071) #4074

Merged
merged 2 commits into from
May 20, 2024

Commits on May 20, 2024

  1. Fix literal handling for views of empty Aggregates (#4071)

    Previously, a view of an empty Record or Vec would always have a
    litValue of 0.
    
    (cherry picked from commit 11c3f51)
    
    # Conflicts:
    #	src/test/scala/chiselTests/experimental/DataView.scala
    jackkoenig authored and mergify[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e9532c9 View commit details
    Browse the repository at this point in the history
  2. Fixup backport conflicts

    jackkoenig committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cd853dd View commit details
    Browse the repository at this point in the history