WojciechRynczuk / vcdMaker

A tool for converting text log files to the VCD format.
https://vcdmaker.org
MIT License
29 stars 2 forks source link

Verbose mode #10 #13

Closed WojciechRynczuk closed 7 years ago

WojciechRynczuk commented 7 years ago

Verbose mode added. Common (merge and maker) test interface has been created. Minor coding changes - iterating through specific tags.

endrjux commented 7 years ago

To fix python checking:

find_package(PythonInterp 3.5)

(line 246) We should also make sure that Travis is using at least Python 3.5.