OpenASIP
2.0
|
#include <CompiledSimulation.hh>
Public Member Functions | |
FUResultElementType () | |
Public Attributes | |
ClockCycleCount | cycles |
time when this result is ready More... | |
SimValue | value |
FU Result value. More... | |
bool | used |
Is this result element used in the array or not. More... | |
A struct that describes a single FU result type
Definition at line 71 of file CompiledSimulation.hh.
|
inline |
Definition at line 81 of file CompiledSimulation.hh.
ClockCycleCount FUResultElementType::cycles |
time when this result is ready
Definition at line 73 of file CompiledSimulation.hh.
bool FUResultElementType::used |
Is this result element used in the array or not.
Definition at line 79 of file CompiledSimulation.hh.
SimValue FUResultElementType::value |
FU Result value.
Definition at line 76 of file CompiledSimulation.hh.