Verilog Parser
ast_parameter_declarations Struct Reference

Stores the type and characteristics of one or more parameter declarations. More...

#include <verilog_ast.h>

Data Fields

ast_listassignments
 
ast_boolean local
 Local parameter or global.
 
ast_metadata meta
 Node metadata.
 
ast_range * range
 Valid IFF type==PARAM_GENERIC.
 
ast_boolean signed_values
 Valid IFF type==PARAM_GENERIC.
 
ast_parameter_type type
 

Detailed Description

Stores the type and characteristics of one or more parameter declarations.


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