Defines | |
| #define | PARAM_TYPE_DECLARED 0 |
| #define | PARAM_TYPE_OVERRIDE 1 |
| #define | PARAM_TYPE_SIG_LSB 2 |
| #define | PARAM_TYPE_SIG_MSB 3 |
| #define | PARAM_TYPE_INST_LSB 4 |
| #define | PARAM_TYPE_INST_MSB 5 |
| #define | PARAM_TYPE_DECLARED_LOCAL 6 |
|
|
Specifies that the current module parameter is a declared type (belongs to current module). |
|
|
Specifies that the current module parameter is a declared type (belongs to current module) and is local (cannot be overridden by defparams and inline parameter overrides). |
|
|
Specifies that the current module parameter specifies the value for an instance instantiation LSB value. |
|
|
Specifies that the current module parameter specifies the value for an instance instantiation MSB value. |
|
|
Specifies that the current module parameter is an override type (overrides the value of an instantiated modules parameter declaration). |
|
|
Specifies that the current module parameter specifies the value for a signal LSB value. |
|
|
Specifies that the current module parameter specifies the value for a signal MSB value. |
1.3.4