Unverified Commit e3af94ec authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Add private fullName member to Layer



Add a memoized (via a `lazy val`) member to Layer that returns the FIRRTL
"full name" of that layer.  This includes all the parent layers prefixed
with interleaves periods.

This is memoized to avoid unnecessarily recomputing the partial prefixes
of parents.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 15f826da
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