|
Verilog Parser
|
Signal propagation delays. More...
Data Structures | |
| struct | ast_delay2 |
| Describes a 2 point delay distribution. More... | |
| struct | ast_delay3 |
| Describes a 3 point delay distribution. More... | |
| struct | ast_delay_value |
| Describes the type and value of a delay specifier. More... | |
Enumerations | |
| enum | ast_delay_value_type { DELAY_VAL_PARAMETER, DELAY_VAL_SPECPARAM, DELAY_VAL_NUMBER, DELAY_VAL_MINTYPMAX } |
| Describes the union member of an ast_delay_value structure to be accessed. | |
Functions | |
| ast_delay2 * | ast_new_delay2 (ast_delay_value *min, ast_delay_value *max) |
| Create a new delay2 instance. | |
| ast_delay3 * | ast_new_delay3 (ast_delay_value *min, ast_delay_value *avg, ast_delay_value *max) |
| Create a new delay3 instance. | |
| ast_delay_value * | ast_new_delay_value (ast_delay_value_type type, void *data) |
| Create a new delay value. | |
Signal propagation delays.