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_list * | item_declarations |
Internal variable declarations. | |
ast_metadata | meta |
Node metadata. | |
ast_range_or_type * | rot |
Range or type. | |
ast_statement * | statements |
Executable statements. | |
Fully describes the declaration of a verilog function.