Verilog Parser
|
Describes the declaration of a set of registers within a block. More...
#include <verilog_ast.h>
Data Fields | |
ast_list * | identifiers |
list of reg names with same properties. | |
ast_boolean | is_signed |
Do they represent signed values? | |
ast_metadata | meta |
Node metadata. | |
ast_range * | range |
Are these vectors of registers? | |
Describes the declaration of a set of registers within a block.