Verilog Parser
ast_library_descriptions Struct Reference

Super structure for different library construct types. More...

#include <verilog_ast.h>

Data Fields

union {
   ast_config_declaration *   config
 
   ast_string   include
 
   ast_library_declaration *   library
 
}; 
 
ast_metadata meta
 Node metadata.
 
ast_library_item_type type
 

Detailed Description

Super structure for different library construct types.


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