cirosantilli / vcdvcd

Python Verilog value change dump (VCD) parser library + the nifty vcdcat VCD command line pretty printer.
Other
56 stars 22 forks source link

Fix for error in format due to float in align #4

Closed robinkjoy closed 4 years ago

robinkjoy commented 4 years ago

I faced an error in format function due to alignment value being a float. My guess is the error was triggered because I used python 3.8. Fix should work in any version of Python.

cirosantilli commented 4 years ago

Thanks!