Interface | Description |
---|---|
EventDrivenModule |
The interface for modules which are driven by some external events (for example, clock or reset
signals).
|
UseDef |
Interface for objects that use/define variables.
|
Class | Description |
---|---|
Assignment |
Assignment statement.
|
Event |
Fact that occurs with variable (usually with RTL signal).
|
EventList |
Event collection.
|
MetaInfo |
Class that stores met-information of different types into different values.
|
Range |
The object that keep a pair of values.
|
RangedVariable |
The RangedVariable class represents both variable and it's "range".
|
VariableData |
Module variable data.
|
Enum | Description |
---|---|
EventType |
Event types.
|
MetaInfoType |
This enum contains the meta-information descriptors.
|
MetaInfoValue |
Predefined values of meta-information.
|
VariableType |
Variable types.
|