Verilog Parser

Creates and returns a new task declaration statement. More...

#include <verilog_ast.h>

Data Fields

ast_boolean automatic
 Automatic iff TRUE.
 
ast_listdeclarations
 Internal variable declarations.
 
ast_identifier identifier
 The task name.
 
ast_metadata meta
 Node metadata.
 
ast_listports
 Arguments to the task.
 
ast_statement * statements
 The body of the task.
 

Detailed Description

Creates and returns a new task declaration statement.


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