Verilog Parser

Fully describes the declaration of a verilog function. More...

#include <verilog_ast.h>

Data Fields

ast_boolean automatic
 Is automatic?
 
ast_boolean function_or_block
 IFF true statements is list of function_item_declaration else list of block_item_declaration.
 
ast_identifier identifier
 Function name.
 
ast_boolean is_signed
 Is the returned value signed?
 
ast_listitem_declarations
 Internal variable declarations.
 
ast_metadata meta
 Node metadata.
 
ast_range_or_typerot
 Range or type.
 
ast_statement * statements
 Executable statements.
 

Detailed Description

Fully describes the declaration of a verilog function.


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