Verilog Parser

Describes the declaration of a set of registers within a block. More...

#include <verilog_ast.h>

Data Fields

ast_listidentifiers
 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?
 

Detailed Description

Describes the declaration of a set of registers within a block.


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