Unverified Commit ea1ced34 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Chisel plugin bundle elements handler (#2306) (#2380)



Adds generation of `Bundle.elements` method to the chores done by the compiler plugin
For each `Bundle` find the relevant visible Chisel field members and construct a
hard-coded list of the elements and their names implemented as `_elementsImpl`

For more details: See plugins/README.md

- Should be no change in API
- Handles inheritance and mixins
- Handles Seq[Data]
- Tests in BundleElementSpec

Co-authored-by: default avatarchick <chick.markley@sifive.com>
Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
(cherry picked from commit 237200a4

)

Co-authored-by: default avatarChick Markley <chick@qrhino.com>
parent 91ad2312
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment