Verilog Parser
|
Describes a single if-then-do statement. More...
#include <verilog_ast.h>
Data Fields | |
ast_expression * | condition |
Execute iff true. | |
ast_metadata | meta |
Node metadata. | |
ast_statement * | statement |
What should be executed. | |
Describes a single if-then-do statement.