Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Instance/module parameter supplemental type definitions.


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


Define Documentation

#define PARAM_TYPE_DECLARED   0
 

Specifies that the current module parameter is a declared type (belongs to current module).

#define PARAM_TYPE_DECLARED_LOCAL   6
 

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).

#define PARAM_TYPE_INST_LSB   4
 

Specifies that the current module parameter specifies the value for an instance instantiation LSB value.

#define PARAM_TYPE_INST_MSB   5
 

Specifies that the current module parameter specifies the value for an instance instantiation MSB value.

#define PARAM_TYPE_OVERRIDE   1
 

Specifies that the current module parameter is an override type (overrides the value of an instantiated modules parameter declaration).

#define PARAM_TYPE_SIG_LSB   2
 

Specifies that the current module parameter specifies the value for a signal LSB value.

#define PARAM_TYPE_SIG_MSB   3
 

Specifies that the current module parameter specifies the value for a signal MSB value.


Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4