Loading [MathJax]/extensions/tex2jax.js
Verilog Parser
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
ast_reg_declaration Struct Reference

Describes a single reg declaration. More...

#include <verilog_ast.h>

Data Fields

ast_identifier identifier
 What is the reg called?
 
ast_boolean is_signed
 
ast_metadata meta
 Node metadata.
 
ast_range * range
 Width of the reg.
 
ast_expression * value
 Default assigned value.
 

Detailed Description

Describes a single reg declaration.


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