Unverified Commit 6e6682dc 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 3dfe7fe6
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