Ben1152000 / sootty

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

Fixed bug where logical or breaks query #56

Closed Ben1152000 closed 1 year ago

Ben1152000 commented 1 year ago

The bug was triggered with the command:

sootty example/example3.vcd -b "before time 10 || after time 12" -w "pc" -e "time 20"

It should display properly now.