Here is a list of all documented files with brief descriptions:
[detail level 12]
▼ src | |
main.c | A simple test program for the C library code |
verilog_ast.c | Contains definitions of functions which operate on the Verilog Abstract Syntax Tree (AST) |
verilog_ast.h | Contains Declarations of datastructures and functions which represent and operate on the Verilog Abstract Syntax Tree (AST) |
verilog_ast_common.c | Contains definitions of value-independent data structures like linked lists which are used in the ast |
verilog_ast_common.h | Contains Declarations of value-independent data structures like linked lists which are used in the ast |
verilog_ast_mem.c | Contains definitions of datastructures and functions for helping to manage dynamic memory allocation within the library |
verilog_ast_mem.h | Contains Declarations of datastructures and functions for helping to manage dynamic memory allocation within the library |
verilog_ast_util.c | Contains definitions of functions which operate on the Verilog Abstract Syntax Tree (AST) |
verilog_ast_util.h | |
verilog_parser.h | A nice interface for the whole verilog parser |
verilog_parser_wrapper.c | Contains implementations of functions declared in verilog_parser.h |
verilog_preprocessor.c | Contains function implementations to support source code preprocessing |
verilog_preprocessor.h | Contains function and data structures to support source code preprocessing |
▼ tests | |
inc-1.h | |