Verilog Parser

Holds either a range or a type data item. More...

#include <verilog_ast.h>

Data Fields

union {
   ast_range *   range
 The range strucure.
 
   ast_task_port_type   type
 The type structure (an enum)
 
}; 
 
ast_boolean is_range
 iff true use range, else type.
 
ast_metadata meta
 Node metadata.
 

Detailed Description

Holds either a range or a type data item.


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