Closed yufengwng closed 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.
wiki.vcd
AxiRegTC
vcdvcd.py
The vcd-parser seems to work for simple files (e.g.
wiki.vcd
in the examples). But for larger files (like theAxiRegTC
one) it will fail. Look into and fix the issues here. Start by comparing it with the current Python implementation invcdvcd.py
.