waveformIdToAddress method
- String waveformId
Resolve a signal identifier from a VCD or FST waveform file to an OccurrenceAddress.
VCD/FST waveform readers often expose hierarchy names as dot-separated
strings such as "dut.adder.clk". This delegates to
pathnameToAddress, which accepts both dot-separated waveform IDs and
slash-separated hierarchy paths.
Implementation
OccurrenceAddress? waveformIdToAddress(String waveformId) =>
pathnameToAddress(waveformId);