Verilog Parser
|
Files | |
file | main.c |
A simple test program for the C library code. | |
file | verilog_ast.c |
Contains definitions of functions which operate on the Verilog Abstract Syntax Tree (AST) | |
file | verilog_ast.h [code] |
Contains Declarations of datastructures and functions which represent and operate on the Verilog Abstract Syntax Tree (AST) | |
file | verilog_ast_common.c |
Contains definitions of value-independent data structures like linked lists which are used in the ast. | |
file | verilog_ast_common.h [code] |
Contains Declarations of value-independent data structures like linked lists which are used in the ast. | |
file | verilog_ast_mem.c |
Contains definitions of datastructures and functions for helping to manage dynamic memory allocation within the library. | |
file | verilog_ast_mem.h [code] |
Contains Declarations of datastructures and functions for helping to manage dynamic memory allocation within the library. | |
file | verilog_ast_util.c |
Contains definitions of functions which operate on the Verilog Abstract Syntax Tree (AST) | |
file | verilog_parser.h [code] |
A nice interface for the whole verilog parser. | |
file | verilog_parser_wrapper.c |
Contains implementations of functions declared in verilog_parser.h. | |
file | verilog_preprocessor.c |
Contains function implementations to support source code preprocessing. | |
file | verilog_preprocessor.h [code] |
Contains function and data structures to support source code preprocessing. | |