cirosantilli / vcdvcd

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

Comment section is not excluded #23

Open nielskool opened 3 years ago

nielskool commented 3 years ago

add vcdvcd.py:162 elif '$comment' in line: if not '$end' in line: while True: line = vcd_file.readline() if '$end' in line: break