Verilog Parser
|
The expression primary can produce several different sub-expressions: More...
#include <verilog_ast.h>
Data Fields | |
ast_concatenation * | concatenation |
Concatenation of expressions. | |
ast_function_call * | function_call |
Call to a function. | |
ast_identifier | identifier |
Net or variable identifier. | |
ast_macro_use | macro |
A MACRO expansion. | |
ast_expression * | minmax |
ast_number * | number |
A single constant number. | |
char * | string |
The expression primary can produce several different sub-expressions: