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.
 

Detailed Description

Describes a single if-then-do statement.


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