Verilog Parser
verilog_source_tree Struct Reference

Top level container for parsed source code. More...

#include <verilog_ast.h>

Data Fields

ast_listconfigs
 
ast_listlibraries
 
ast_listmodules
 
ast_listprimitives
 

Detailed Description

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.


The documentation for this struct was generated from the following file: