Ben1152000 / sootty

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

Added modules for save function #43

Closed KarthikL1729 closed 1 year ago

KarthikL1729 commented 2 years ago

Added save.py with modules for save and reload functions. Added parse support in main.py for save and reload flags. Modified filename to be optional argument to accommodate reload flag. Modified install script to make a directory in ~/.config for sootty to save files.

yihuajack commented 2 years ago

Added a small fix in INSTALL to allow mkdir to make parent directories as needed.

KarthikL1729 commented 1 year ago

Added fix for issue #44

KarthikL1729 commented 1 year ago

Just solved all the issues, can this be merged before working on the YAML implementation? Or does it need any further changes?

Ben1152000 commented 1 year ago

Just solved all the issues, can this be merged before working on the YAML implementation? Or does it need any further changes?

We can worry about that in a future PR. I'll just add an issue for now.

KarthikL1729 commented 1 year ago

Fixed all mentioned issues.

KarthikL1729 commented 1 year ago

I'm merging the PR.