Verilog Parser
ast_net_declaration Struct Reference

Describes a single net declaration. More...

#include <verilog_ast.h>

Data Fields

ast_delay3 * delay
 Delay characteristics.
 
ast_drive_strength * drive
 Drive strength.
 
ast_identifier identifier
 What is the net called?
 
ast_boolean is_signed
 
ast_metadata meta
 Node metadata.
 
ast_range * range
 Width of the net.
 
ast_boolean scalared
 
ast_net_type type
 What sort of net is this?
 
ast_expression * value
 Default assigned value.
 
ast_boolean vectored
 

Detailed Description

Describes a single net declaration.


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