displayPath property

String get displayPath

Display path with the top-level module name stripped.

For Top/counter/clk this returns counter/clk. For a single-segment path returns the original id.

Implementation

String get displayPath => displaySegments.join(hierarchyPathSeparator);