Ben1152000 / sootty

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

User Interactive Mode #70 #76

Open masfiyan opened 7 months ago

masfiyan commented 7 months ago

I have successfully implement that how user adjust with time window a/c to it outlined in issue #70

Changes Made:

Remaining Work: May include adjustment of visible wires and other parameters, further more complex enhancement which make sootty more user-friendly

masfiyan commented 7 months ago

Successfully Implement to just displaying the result of user-requested visible wires

Changes Made:

Remaining Work: Now moving forward to implement this via CLI as query lang

masfiyan commented 7 months ago

Successfully implement user interactive mode in query language in CLI

Syntax:

sootty "example/example1.vcd" -p "start=10:end=20:visible_wires=D1,D2,D0,Data,clock" -o > image.svg

Changes Made: I have parse another argument for user parameter as -p where until now there are only 3 parameters handle like start defines the starting time window end defines the ending time window visible_wires just enable to displaying the mention wire in waveform