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
Error when reading VCDs with systemverilog keywords #34
Open
andreasWallner opened 1 year ago
If a VCD file contains SV keywords (e.g.
logic
) I get an error while parsing:The VCD file was generated through
fst2vcd
from an fst file.Edit: I tried to attach to offending file, for some reason github didn't let me upload the zip file, here an excerpt that reproduced the issue: