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

Allow DataView of Reset <=> [UInt<1>, AsyncReset] #3181

Merged
merged 3 commits into from
May 5, 2023

Commits on Apr 14, 2023

  1. Allow DataView of Reset <=> [UInt<1>, AsyncReset]

    Change what DataView allows in its type checking to enable Reset to be
    viewed as either a UInt<1> or an AsyncReset.  This enables more flexible
    DataViews which match already allowable Chisel and FIRRTL connection
    semantics.
    
    Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
    seldridge committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    19c64e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    15e1ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4b2ddf View commit details
    Browse the repository at this point in the history