#include <defines.h>
Data Fields | |
char * | name |
expression * | expr |
int | index |
attr_param * | next |
attr_param * | prev |
Container for a Verilog-2001 attribute.
Pointer to expression assigned to the attribute parameter identifier
Referenced by attribute_create(), attribute_dealloc(), and fsm_arg_parse_attr().
Index position in the array that this parameter is located at
Referenced by attribute_create().
char* attr_param_s::name |
Name of attribute parameter identifier
Referenced by attribute_create(), attribute_dealloc(), attribute_parse(), and fsm_arg_parse_attr().
Pointer to next attribute parameter in list
Referenced by attribute_create(), attribute_dealloc(), and attribute_parse().
Pointer to previous attribute parameter in list
Referenced by attribute_create(), attribute_parse(), and fsm_arg_parse_attr().