cs233 / fliplot

HTML & JS based VCD viewer as a VS Code extension for CS 233
Apache License 2.0
0 stars 0 forks source link

vcd-parser: fix issues while parsing larger files #4

Closed yufengwng closed 2 years ago

yufengwng commented 2 years ago

The vcd-parser seems to work for simple files (e.g. wiki.vcd in the examples). But for larger files (like the AxiRegTC one) it will fail. Look into and fix the issues here. Start by comparing it with the current Python implementation in vcdvcd.py.