ekiwi / wellen

wellen: waveform datastructures in Rust. Fast VCD, FST and GHW parsing for waveform viewers.
BSD 3-Clause "New" or "Revised" License
41 stars 8 forks source link

Add lookup with index #30

Closed LucasKl closed 1 month ago

LucasKl commented 1 month ago

This extends the lookup_var function to also compare the index field of a VarRef. I made this extension to add support for selecting signals such as x[0], x[1], ... which, until now, all match only the name part x.