Verilog Parser
ast_concatenation Struct Reference

Fully describes a concatenation in terms of type and data. More...

#include <verilog_ast.h>

Data Fields

ast_listitems
 sequence of items.
 
ast_metadata meta
 Node metadata.
 
ast_expression * repeat
 The number of repetitions. Normally 1.
 
ast_concatenation_type type
 The type of concatenation.
 

Detailed Description

Fully describes a concatenation in terms of type and data.

Placeholder until this is implemented properly.


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