ThePerfectComputer / FastWaveBackend

A Rust VCD parser intended to be the backend of a Waveform Viewer(built using egui) that supports dynamically loaded rust plugins.
GNU General Public License v3.0
42 stars 5 forks source link

sigrok-generated VCD parsing issue #30

Open oscargus opened 1 year ago

oscargus commented 1 year ago

It appears as if sigrok produces VCDs without a newline after the time stamp:

https://github.com/yne/vcd/blob/master/samples/libsigrok.vcd

Currently, it is not possible to parse these.

(I have not checked if it is valid from a standards perspective.)