pyDigitalWaveTools
pyDigitalWaveTools copied to clipboard
Python library for operations with VCD and other digital wave files
In many practical VCD files, the $dumpvars simply starts the value changes, and there is no matching $end. If this is the case, the parser dies when the first time...
Hello, I found the `toJson` method name a bit misleading... maybe it should be named `toDict` instead as Python Pandas is doing https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_dict.html https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_json.html Best regards