Verilog Parser

Describes the declaration of a user defined primitive (UDP) More...

#include <verilog_ast.h>

Data Fields

ast_node_attributes * attributes
 
ast_listbody_entries
 
ast_udp_body_type body_type
 
ast_identifier identifier
 
ast_udp_initial_statementinitial
 IFF body_type = sequential.
 
ast_metadata meta
 Node metadata.
 
ast_listports
 

Detailed Description

Describes the declaration of a user defined primitive (UDP)

Note
The ports member can represent the udp_port_list non-terminal in the grammar. This means that the first element is the output terminal, while the subsequent elements are input terminals.

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