Commit 5272db0b authored by Andrew Waterman's avatar Andrew Waterman Committed by Jack Koenig
Browse files

Refactor and fix field reflection (#342)

No more need for e.g.

    new Bundle {
      def foo(dummy: Int): Data
    }

as now you can write

    new Bundle {
      def foo: Data
    }

This also removes code duplication with Module.

h/t @sdtwigg 
parent 1bdce3f8
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