Ben1152000 / sootty

A command-line tool for displaying vcd waveforms.
BSD 3-Clause "New" or "Revised" License
44 stars 12 forks source link

Extend the query language to handle breakpoint references #58

Open Ben1152000 opened 1 year ago

Ben1152000 commented 1 year ago

It should be possible to select the start/end of the window based on the previous query's breakpoints.

For example, a user might look for all AXI transactions using the -b flag, and on the subsequent query, select the window around the first one.