#include <defines.h>
Data Fields | |
| char * | name |
| static_expr * | msb |
| static_expr * | lsb |
| bool | is_signed |
| expression * | expr |
| psuppl | suppl |
| exp_link * | exp_head |
| exp_link * | exp_tail |
| vsignal * | sig |
| char * | inst_name |
| mod_parm * | next |
|
|
Pointer to head of expression list for dependents |
|
|
Pointer to tail of expression list for dependents |
|
|
Expression tree containing value of parameter |
|
|
Stores name of instance that will have this parameter overriden (only valid for parameter overridding) |
|
|
Specifies if the module parameter was labeled as signed |
|
|
Static expression containing the LSB of the module parameter |
|
|
Static expression containing the MSB of the module parameter |
|
|
Name of parameter |
|
|
Pointer to next module parameter in list |
|
|
Pointer to associated signal (if one is available) |
|
|
Supplemental field |
1.3.4