Unverified Commit 8d8b5f55 authored by Jared Barocsi's avatar Jared Barocsi Committed by GitHub
Browse files

Implement FIRRTL type alias mechanism for Bundles (#3445)

The new `HasTypeAlias` trait enables the emission of FIRRTL type alias statements representing the structural type of a `Bundle`. This is done by mixing `HasTypeAlias` into a `Bundle`, then overriding `def aliasName` with an invocation of a `BundleAlias(...)` object.
parent 3abdb866
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