Verilog Parser

Top level descriptor for an assignment. More...

#include <verilog_ast.h>

Data Fields

union {
   ast_continuous_assignment *   continuous
 The continuous assignment.
 
   ast_hybrid_assignment *   hybrid
 The hybrid special assignment.
 
   ast_procedural_assignment *   procedural
 The procedural assignment.
 
}; 
 
ast_metadata meta
 Node metadata.
 
ast_assignment_type type
 Which element of the internal union to use.
 

Detailed Description

Top level descriptor for an assignment.

A set of lvalue and corresponding assigned expressions.


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