Verilog Parser
ast_node_attributes Struct Reference

Node data describing an attribute. More...

Data Fields

ast_identifier attr_name
 Name of the attribute.
 
ast_expression * attr_value
 Value of the attribute.
 
ast_metadata meta
 Node metadata.
 
ast_node_attributes * next
 Next one in a linked list.
 

Detailed Description

Node data describing an attribute.


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