Verilog Parser
|
Fully describes a concatenation in terms of type and data. More...
#include <verilog_ast.h>
Data Fields | |
ast_list * | items |
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. | |
Fully describes a concatenation in terms of type and data.
Placeholder until this is implemented properly.