Verilog Parser
ast_delay_value Struct Reference

Describes the type and value of a delay specifier. More...

#include <verilog_ast.h>

Data Fields

union {
   void *   data
 
   ast_minmax_exp   mintypmax
 
   ast_identifier   parameter_id
 
   ast_identifier   specparam_id
 
   ast_number *   unsigned_number
 
}; 
 
ast_metadata meta
 Node metadata.
 
ast_delay_value_type type
 

Detailed Description

Describes the type and value of a delay specifier.


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