Verilog Parser

Fully describes a single block of statements. More...

#include <verilog_ast.h>

Data Fields

ast_identifier block_identifier
 
ast_listdeclarations
 
ast_metadata meta
 Node metadata.
 
ast_liststatements
 
ast_timing_control_statementtrigger
 
ast_block_type type
 

Detailed Description

Fully describes a single block of statements.

this is used to represent begin...end constructs, always, initial blocks, and collections of statements in the body of a function or task.


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