Ben1152000 / sootty

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

Specify wiretrace start/end time using the command line #1

Closed Ben1152000 closed 3 years ago

Ben1152000 commented 3 years ago

Adds '-s' and '-e' options for the CLI that allow the user to specify when the wiretrace should start and end. Some examples of formulae:

time 0 (the first tick) after time 5 & Data == const 1 (after five ticks, when the value of Data is 1) acc clk == const 5 (on the fifth clock cycle)