├── README.md ├── Verilog_VCD.py ├── example.csv ├── example.txt ├── example.vcd ├── expand_hammings.py └── vcd2csv.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZSusskind/vcd2csv/HEAD/README.md -------------------------------------------------------------------------------- /Verilog_VCD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZSusskind/vcd2csv/HEAD/Verilog_VCD.py -------------------------------------------------------------------------------- /example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZSusskind/vcd2csv/HEAD/example.csv -------------------------------------------------------------------------------- /example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZSusskind/vcd2csv/HEAD/example.txt -------------------------------------------------------------------------------- /example.vcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZSusskind/vcd2csv/HEAD/example.vcd -------------------------------------------------------------------------------- /expand_hammings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZSusskind/vcd2csv/HEAD/expand_hammings.py -------------------------------------------------------------------------------- /vcd2csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZSusskind/vcd2csv/HEAD/vcd2csv.py --------------------------------------------------------------------------------