Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 237 Bytes

VCD Parse

This is a simple C++ parser for Verilog Change Dump (VCD) files. Internally it uses flex/bison to handle parsing.

The parser supports a basic subset of the VCD format which suffices to load basic delay information.