Closed LucasKl closed 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.
x[0]
x[1]
x
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 partx
.