-
Notifications
You must be signed in to change notification settings - Fork 613
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
FixedIO__Modules with various kinds of probe ports #4105
Conversation
- test fails with :<>= - make FixedIO___Modules work with Probe type IOs of Elem types - commented out code that doesn't work for Probe Type IOs of Aggregate types
One thing that would probably help would be to fix
That should become |
But we really ought to add an alternative to |
i guess i'd rather get this actually working for one of the aggregate cases before worrying about which reify to use... i am bashing my head against why FlatIO does not work for probes |
Provide similar behavior to getRecursiveFields (via DataMirror).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!! Left some feedback! Thanks!!
Awesome tests!!
* - add probe IOs to FixedIOModuleSpec * getMatchedFields: don't recurse through probes. * update scaladoc for FlatIO for probe types --------- Co-authored-by: Will Dietz <will.dietz@sifive.com> (cherry picked from commit 0553b69) # Conflicts: # core/src/main/scala/chisel3/Data.scala
…4111) * FixedIO__Modules with various kinds of probe ports (#4105) * - add probe IOs to FixedIOModuleSpec * getMatchedFields: don't recurse through probes. * update scaladoc for FlatIO for probe types --------- Co-authored-by: Will Dietz <will.dietz@sifive.com> (cherry picked from commit 0553b69) # Conflicts: # core/src/main/scala/chisel3/Data.scala * Update Data.scala --------- Co-authored-by: Megan Wachs <megan@sifive.com> Co-authored-by: Jack Koenig <koenig@sifive.com>
Contributor Checklist
docs/src
?Type of Improvement
Fixes #4102.
Now supported are FlatIO of:
The tests here are all in FixedIOModules but really they are fixes to FlatIO.
Desired Merge Strategy
Release Notes
Fix for #4102. Now supported are FlatIO (and therefore FixedIO___Module) of:
Reviewer Checklist (only modified by reviewer)
3.6.x
,5.x
, or6.x
depending on impact, API modification or big change:7.0
)?Enable auto-merge (squash)
, clean up the commit message, and label withPlease Merge
.Create a merge commit
.