|
Verilog Parser
|
Library, config and include statements / constructs. More...
Data Structures | |
| struct | ast_library_declaration |
| Describes a library declaration of file and include paths. More... | |
| struct | ast_library_descriptions |
| Super structure for different library construct types. More... | |
Enumerations | |
| enum | ast_library_item_type { LIB_LIBRARY, LIB_INCLUDE, LIB_CONFIG } |
| Describes a library item. | |
Functions | |
| ast_library_declaration * | ast_new_library_declaration (ast_identifier identifier, ast_list *file_paths, ast_list *incdirs) |
| Creates a new library declaration node. | |
| ast_library_descriptions * | ast_new_library_description (ast_library_item_type type) |
| Creates and returns a new library description object. | |
Library, config and include statements / constructs.