- update README to reflect correct performance numbers
- add tasks to README - repair bug in events.rs that prevented most events in VCD file from being parsed - add some initial code for timeline scrubbing
This commit is contained in:
parent
3a4ed56532
commit
cbd8be1708
8 changed files with 125 additions and 57 deletions
10
README.md
10
README.md
|
@ -37,7 +37,7 @@ slower.
|
|||
|
||||
| Software | Time(s) | Memory(MB) |
|
||||
|----------|---------|------------|
|
||||
| FastWave | ~15.09 | 267.3 |
|
||||
| FastWave | ~27.30 | 1100+ |
|
||||
| GtkWave | ~30 | 89.8 |
|
||||
|
||||
|
||||
|
@ -67,7 +67,10 @@ Here's a command to test on a malformed VCD:
|
|||
|
||||
# TODO
|
||||
|
||||
## Features
|
||||
## Features and Other
|
||||
- [ ] add timeline value scanner code
|
||||
- [ ] test against large waveform directly within SpinalHDL
|
||||
- [ ] (a bit of work) consolidate error messages in validation phase
|
||||
- [ ] be explicit with imports, remove exports as possible
|
||||
once FastWave is known to be fairly stable.
|
||||
- [ ] do a read through all the code
|
||||
|
@ -88,5 +91,8 @@ Here's a command to test on a malformed VCD:
|
|||
- [ ] Handle TODOs
|
||||
- [ ] Remove debug code/comments.
|
||||
|
||||
## Documentation
|
||||
- [ ] Document indexing structure with diagram and possibly include the rational
|
||||
|
||||
## Marketing
|
||||
- [ ] Send survey to community
|
Reference in a new issue