Ben1152000 / sootty

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

Interactive mode #70

Open Ben1152000 opened 1 year ago

Ben1152000 commented 1 year ago

There should be a way to use this tool interactively, enabling the user to explore a waveform without necessarily knowing what they want to see beforehand. I'd imagine this would be a mini-REPL, where the user could adjust the time window, visible wires, and any other parameters on-the-fly.

masfiyan commented 4 months ago

I have implemented the logic to adjust the time window by user, so moving forward please review my PR # 76 before I move forward on visible wires and other parameters

masfiyan commented 4 months ago

I have done with displaying visible wires, @Ben1152000 please tell me some other parameters to work on them and make Sootty more user interactive