|
Verilog Parser
|
Creates and returns a new task declaration statement. More...
#include <verilog_ast.h>
Data Fields | |
| ast_boolean | automatic |
| Automatic iff TRUE. | |
| ast_list * | declarations |
| Internal variable declarations. | |
| ast_identifier | identifier |
| The task name. | |
| ast_metadata | meta |
| Node metadata. | |
| ast_list * | ports |
| Arguments to the task. | |
| ast_statement * | statements |
| The body of the task. | |
Creates and returns a new task declaration statement.