westerndigitalcorporation / pyvcd

Python package for writing Value Change Dump (VCD) files.
http://pyvcd.readthedocs.org/
MIT License
106 stars 41 forks source link

Adding 'logic' var type created by Verilator #30

Open keithpenney opened 9 months ago

keithpenney commented 9 months ago

Verilator spat out a VCD file with the variable type 'logic'. This one line addition allows me to read these VCD files and doesn't cause any failures in tests/*.py. I have not inspected the code base beyond this.