Ben1152000 / sootty

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

Partially reloading saved queries #47

Closed Ben1152000 closed 2 years ago

Ben1152000 commented 2 years ago

Right now every flag from the original query is used when reloaded. It would be nice to be able to reload a query and replace certain flags, for instance, running sootty file.vcd w "wire1, wire2" -s "time 32" -e "time 48" -S trace1 followed by sootty -R trace1 -s "time 64" -e "time 72" should display the same wire but at the new starting/ending time.

KarthikL1729 commented 2 years ago

Added support for this with the latest commit in sub/YAML.

KarthikL1729 commented 2 years ago

Fixed in #51.