Verilog Parser
|
Stores the type and characteristics of one or more parameter declarations. More...
#include <verilog_ast.h>
Data Fields | |
ast_list * | assignments |
ast_boolean | local |
Local parameter or global. | |
ast_metadata | meta |
Node metadata. | |
ast_range * | range |
Valid IFF type==PARAM_GENERIC. | |
ast_boolean | signed_values |
Valid IFF type==PARAM_GENERIC. | |
ast_parameter_type | type |
Stores the type and characteristics of one or more parameter declarations.