kmurray / libvcdparse

A basic VCD parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A basic VCD parser

License:MIT License


Languages

Language:Lex 33.1%Language:C++ 31.8%Language:CMake 20.0%Language:Yacc 15.0%