Verilog Parser
|
Stores the base, value and width (in bits) of a number. More...
#include <verilog_ast.h>
Data Fields | |
union { | |
char * as_bits | |
float as_float | |
int as_int | |
}; | |
ast_number_base | base |
Hex, octal, binary, decimal. | |
ast_metadata | meta |
Node metadata. | |
ast_number_representation | representation |
How is it expressed? | |
unsigned int | width |
Width of the number in bits. | |
Stores the base, value and width (in bits) of a number.
Number data structure.