parsing and analyzing VCD files
relies on repo verilog-vcd-parser to be build; should become subproject go to build and do make -f ../Makefile
./vcdtool -h ./vcdtool -u --VCD ../test/my_db.vcd
python3 src/python/test.py -f ./test/config1.vcd -i test/infc.json -o my python3 src/python/test.py -f ./test/config.vcd -o my
improve cmake make verilog-vcd-parser a subproject setting up tests remove histograms for hit and miss counters
git clone --recursive git@github.com:roccojonack/VCDTool.git cd VCDTool setenv BOOST_ROOT /scratch/rocco/workarea/tools/boost_1_70_0-gcc-6.3.0-install setenv VCDPARSER_ROOT /scratch/rocco/workarea/tools/verilog-vcd-parser mkdir build; cd build cmake .. make -j