addr property
final
Hierarchy address for this signal (from rohd_hierarchy).
When available, enables O(1) lookup in the snapshot by address
instead of string path matching. Format: [moduleIdx, ..., signalIdx].
Null for computed/gate signals that don't originate from the hierarchy.
Implementation
final List<int>? addr;