wow - things are really working

This commit is contained in:
Yehowshua Immanuel 2022-07-20 10:38:56 -04:00
parent d8989d9c76
commit 3658833af3
3 changed files with 83 additions and 23 deletions

View file

@ -31,6 +31,9 @@ You can run all the tests with ``cargo test``
is, for each possible tool).
- [ ] Fix warning especially usage and restriction warnings once I'm
able to successfully parse all sample VCDs.
- [ ] Change error messages to line and filenames. Go through all calls to ``format!``
whilst also keep performance in mind.
- [ ] Print out git commit or release number.
- [ ] Should be able to load waveform whilst viewing it live.
- could be quite challenging to implement for various reasons