Verilog Parser
|
Top level container for parsed source code. More...
#include <verilog_ast.h>
Data Fields | |
ast_list * | configs |
ast_list * | libraries |
ast_list * | modules |
ast_list * | primitives |
Top level container for parsed source code.
All source code which the parser processes is placed inside an instance of this object. It contains lists of all top level objects which a verilog source file can contain.